public Classification(IFormattedContentSpecification specification, IIdentityStore identities, IGenericTypes generic, ITypes types) { _specification = specification; _identities = identities; _generic = generic; _types = types; }
public ImmutableArrayAwareGenericTypes(IGenericTypes types) { _types = types; }