|
IdIndexerIndex Method
|
Returns the index of string identifier (e.g. name of an element).
If not already present the id is enlisted.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int Index(
string id
)
Public Function Index (
id As String
) As Integer
public:
int Index(
String^ id
)
member Index :
id : string -> int
Parameters
- id
- Type: SystemString
string identifier (e.g. name of an element).
Return Value
Type:
Int32identification number of string identifier.
See Also