public Classification(IFormattedContentSpecification specification, IIdentityStore identities, IGenericTypes generic,
                       ITypes types)
 {
     _specification = specification;
     _identities    = identities;
     _generic       = generic;
     _types         = types;
 }
Пример #2
0
 public ImmutableArrayAwareGenericTypes(IGenericTypes types)
 {
     _types = types;
 }