public static StructInfoCache Instance { get; }
Public Shared ReadOnly Property Instance As StructInfoCache
Get
Dim value As StructInfoCache
value = StructInfoCache.Instance
public:
static property StructInfoCache^ Instance {
StructInfoCache^ get ();
}
static member Instance : StructInfoCache with get