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