Class TypedTable<T>
Represents a store keyed on type metadata.
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: ExtendedXmlSerializer.ReflectionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public class TypedTable<T> : TableSource<TypeInfo, T>, ITypedTable<T>, IMetadataTable<TypeInfo, T>, ITableSource<TypeInfo, T>, ISpecification<TypeInfo>, IParameterizedSource<TypeInfo, T>, IAssignable<TypeInfo, T>
Type Parameters
T
The value type. |
Constructors
TypedTable()
Declaration
[UsedImplicitly]
public TypedTable()
TypedTable(IDictionary<TypeInfo, T>)
Declaration
public TypedTable(IDictionary<TypeInfo, T> store)
Parameters
System.Collections.Generic.IDictionary<System.Reflection.TypeInfo, T>
store
|