Interface IDictionaryStringString
Interface for Dictionary(string, string)
Namespace: BuildSystem.ManagerObject
Assembly: BuildSystem.ManagerObject.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("563DFEE4-A85A-4F23-BAF2-978973F158C5")]
public interface IDictionaryStringString
Properties
CurrentKey
Get key of current pair
Declaration
string CurrentKey { get; }
Property Value
Type | Description |
---|---|
string |
CurrentValue
Get value of current pair
Declaration
string CurrentValue { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Add(string, string)
Add new pair
Declaration
void Add(string key, string Value)
Parameters
Type | Name | Description |
---|---|---|
string | key | key in current pair of dictionary |
string | Value |
MoveNext()
Get key of current pair
Declaration
bool MoveNext()
Returns
Type | Description |
---|---|
bool |
Reset()
Reset current position of enumerator
Declaration
void Reset()