EnumBuilder.GetPropertyImpl Method

Definition

Calling this method always throws NotSupportedException.

C#
protected override System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder? binder, Type? returnType, Type[]? types, System.Reflection.ParameterModifier[]? modifiers);
C#
protected override System.Reflection.PropertyInfo GetPropertyImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, Type returnType, Type[] types, System.Reflection.ParameterModifier[] modifiers);

Parameters

name
String
bindingAttr
BindingFlags
binder
Binder
returnType
Type
types
Type[]
modifiers
ParameterModifier[]

Returns

This method is not supported. No value is returned.

Exceptions

This method is not currently supported.

Applies to

Product Versions
.NET 8, 9