Virtual Photonics
Gets a dictionary of the current known types
Namespace: Vts.IOAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public static IDictionary<string, Type> CurrentKnownTypes { get; }
public static IDictionary<string, Type> CurrentKnownTypes { get; }
Public Shared ReadOnly Property CurrentKnownTypes As IDictionary(Of String, Type)
Get
Public Shared ReadOnly Property CurrentKnownTypes As IDictionary(Of String, Type)
Get
public:
static property IDictionary<String^, Type^>^ CurrentKnownTypes {
IDictionary<String^, Type^>^ get ();
}
public:
static property IDictionary<String^, Type^>^ CurrentKnownTypes {
IDictionary<String^, Type^>^ get ();
}
Property Value
Type:
IDictionary String,
Type