[Missing <summary> documentation for "T:StreamBase.SB.DataTypeRegistry`1"]

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DataTypeRegistry<T>
Public Class DataTypeRegistry(Of T)
generic<typename T>
public ref class DataTypeRegistry

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:StreamBase.SB.DataTypeRegistry`1"]

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DataTypeRegistry<(Of <(<'T>)>)>()()()()
Initializes a new instance of the DataTypeRegistry<(Of <(<'T>)>)> class
DataTypeRegistry<(Of <(<'T>)>)>(T, array<DataType>[]()[][])
Initializes a new instance of the DataTypeRegistry<(Of <(<'T>)>)> class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FinishedRegistering()()()()
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([( CompleteDataType])])
Item[([( DataType])])
Item[([( Schema..::..Field])])
Register(T, array<DataType>[]()[][])
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB..::..DataTypeRegistry<(Of <(<'T>)>)>

See Also