Пример #1
0
 static public object Get <TKey>(this IReadOnlyPropertyBlock <TKey> inPropertyBlock, TKey inKey) where TKey : IEquatable <TKey>
 {
     return(inPropertyBlock.Get <object>(inKey));
 }