internal sealed override IEnumerable <PropertyInfo> SpecializeProperties(NameFilter?filter, Type reflectedType, RoInstantiationProviderType declaringType) => throw null !;
Example #2
0
 internal sealed override IEnumerable <ConstructorInfo> SpecializeConstructors(NameFilter?filter, RoInstantiationProviderType declaringType) => throw null !;
Example #3
0
 internal sealed override IEnumerable <FieldInfo> SpecializeFields(NameFilter filter, Type reflectedType, RoInstantiationProviderType declaringType) => throw null;