Table of Contents

Class SettingsCollection

Namespace
Amazon.Runtime.Internal.Settings
Assembly
AWSSDK.Core.dll
public class SettingsCollection : IEnumerable<SettingsCollection.ObjectSettings>, IEnumerable
Inheritance
SettingsCollection
Implements
Inherited Members

Constructors

SettingsCollection()

public SettingsCollection()

SettingsCollection(Dictionary<string, Dictionary<string, object>>)

public SettingsCollection(Dictionary<string, Dictionary<string, object>> values)

Parameters

values Dictionary<string, Dictionary<string, object>>

Properties

Count

public int Count { get; }

Property Value

int

InitializedEmpty

public bool InitializedEmpty { get; }

Property Value

bool

this[string]

public SettingsCollection.ObjectSettings this[string key] { get; }

Parameters

key string

Property Value

SettingsCollection.ObjectSettings

Methods

Clear()

public void Clear()

GetEnumerator()

public IEnumerator<SettingsCollection.ObjectSettings> GetEnumerator()

Returns

IEnumerator<SettingsCollection.ObjectSettings>

NewObjectSettings()

public SettingsCollection.ObjectSettings NewObjectSettings()

Returns

SettingsCollection.ObjectSettings

NewObjectSettings(string)

public SettingsCollection.ObjectSettings NewObjectSettings(string uniqueKey)

Parameters

uniqueKey string

Returns

SettingsCollection.ObjectSettings

Remove(string)

public void Remove(string uniqueKey)

Parameters

uniqueKey string