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