|
IdIndexerAdd Method (String)
|
Adds the given identifier to the list of identifiers.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Add(
string id
)
Public Sub Add (
id As String
)
public:
void Add(
String^ id
)
member Add :
id : string -> unit
Parameters
- id
- Type: SystemString
identifier to be added.
See Also