public static ConcurrentKeyCache<T> Instance { get; }Public Shared ReadOnly Property Instance As ConcurrentKeyCache(Of T)
Getpublic:
static property ConcurrentKeyCache<T>^ Instance {
ConcurrentKeyCache<T>^ get ();
}static member Instance : ConcurrentKeyCache<'T> with get