Ejemplo n.º 1
0
 public static JsonContainerAttribute GetJsonContainerAttribute(Type type)
 {
     return(CachedAttributeGetter <JsonContainerAttribute> .GetAttribute(type));
 }