Class DictionaryStringString
Wrapper above Dictionary(string, string)
Inheritance
object
DictionaryStringString
Implements
Namespace: BuildSystem.TypesCS.Dictionary
Assembly: BuildSystem.Factories.dll
Syntax
public class DictionaryStringString : Object, IDictionaryStringString
Constructors
DictionaryStringString(Dictionary<string, string>)
Wrapper above Dictionary(string, string)
Declaration
public DictionaryStringString(Dictionary<string, string> source)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<,><string, string> | source |
Properties
CurrentKey
Same as System.Collections.Generic.Dictionary`2.Enumerator.Current key
Declaration
public string CurrentKey { get; }
Property Value
Type | Description |
---|---|
string |
CurrentValue
Same as System.Collections.Generic.Dictionary`2.Enumerator.Current value
Declaration
public string CurrentValue { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Add(string, string)
Same as System.Collections.Generic.Dictionary`2.Add(`0,`1)
Declaration
public void Add(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | |
string | value |
MoveNext()
Same as System.Collections.Generic.Dictionary`2.Enumerator.MoveNext
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool |
Reset()
Resets value of enumerator position
Declaration
public void Reset()