Class ShardDataStores<TShard, TConfiguration>.ShardDataSets
Inheritance
System.Object
ShardDataStores<TShard, TConfiguration>.ShardDataSets
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
public class ShardDataSets : ICollection, IEnumerable
Constructors
| Improve this Doc View SourceShardDataSets(ShardDataStores<TShard, TConfiguration>, IShardConnectionsConfiguration<TShard>[])
Declaration
public ShardDataSets(ShardDataStores<TShard, TConfiguration> parent, IShardConnectionsConfiguration<TShard>[] config)
Parameters
Type | Name | Description |
---|---|---|
ShardDataStores<TShard, TConfiguration> | parent | |
IShardConnectionsConfiguration<TShard>[] | config |
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item[String]
Declaration
public ShardDataStores<TShard, TConfiguration>.ShardDataSet this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Property Value
Type | Description |
---|---|
ShardDataStores.ShardDataSet<> |
SyncRoot
Declaration
public object SyncRoot { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceCopyTo(Array, Int32)
Declaration
public void CopyTo(Array array, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Array | array | |
System.Int32 | index |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.ICollection
System.Collections.IEnumerable