|
IdIndexerId Method
|
Returns string identifiers which correspond to a numerical identifier.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<string> Id(
int index
)
Public Function Id (
index As Integer
) As List(Of String)
public:
List<String^>^ Id(
int index
)
member Id :
index : int -> List<string>
Parameters
- index
- Type: SystemInt32
index.
Return Value
Type:
ListStringlist of identifiers (e.g. names of elements).
See Also