[This is preliminary documentation and is subject to change.]
Returns Glue protocol specific types
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<Type> GlueProtocolTypes { get; }
public static IEnumerable<Type> GlueProtocolTypes { get; }
Public Shared ReadOnly Property GlueProtocolTypes As IEnumerable(Of Type)
Get
Public Shared ReadOnly Property GlueProtocolTypes As IEnumerable(Of Type)
Get
public:
static property IEnumerable<Type^>^ GlueProtocolTypes {
IEnumerable<Type^>^ get ();
}
public:
static property IEnumerable<Type^>^ GlueProtocolTypes {
IEnumerable<Type^>^ get ();
}
static member GlueProtocolTypes : IEnumerable<Type> with get
static member GlueProtocolTypes : IEnumerable<Type> with get
Property Value
Type:
IEnumerable
Type