Skip to content

IPropertySource.ReflectedType property

Gets the reflected type that this property belongs to. This is used for some attribute providers that need to know the reflected type, such as based on row field provider.

public Type? ReflectedType { get; }

See Also