|
IdIndexerAdd Method (String, String)
|
Adds a sure name identifier to an identifier.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Add(
string firstName,
string sureName
)
Public Sub Add (
firstName As String,
sureName As String
)
public:
void Add(
String^ firstName,
String^ sureName
)
member Add :
firstName : string *
sureName : string -> unit
Parameters
- firstName
- Type: SystemString
identifier. - sureName
- Type: SystemString
sure name of the identifier.
See Also