Gets first item with specified name. Returns null if specified item doesn't exists.

C# | Visual Basic | Visual C++ | F# |
public Item GetFirst( string name )
Public Function GetFirst ( name As String ) As Item
public: Item^ GetFirst( String^ name )
member GetFirst : name : string -> Item

- name (String)
- Item name. Name compare is case-insensitive.

Item
Returns first item with specified name or null if specified item doesn't exists.
Returns first item with specified name or null if specified item doesn't exists.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119