2using System.Reflection;
Information about an argument in a protected method.
ProtectedMethodArgumentInfo(ParameterInfo Parameter, bool IsSpecialArgument, bool HasDefaultValue, object? DefaultValue, bool IsMetaDataArgument, bool IsIdArgument)
Information about an argument in a protected method.
KeyValuePair< bool, string >?[] AdditionalDocumentation
Additional documentation for the method argument. Value represents documentation text,...
bool IsIdArgument
If the argument represents an ID argument.
bool IsSpecialArgument
If the argument represents a special argument.
KeyValuePair< bool, string >[] Documentation
Available documentation for the method argument. Value represents documentation text,...
ParameterInfo Parameter
Parameter information.
bool IsMetaDataArgument
If the argument represents a meta-data argument.
object? DefaultValue
Default value of argument, if defined.
bool HasDefaultValue
If the argument has a default value.
Information about a protected method.
static KeyValuePair< bool, string >[] GetDocumentation(ICustomAttributeProvider Object)
Gets available documentation for a member. Value represents documentation text, and Key represents if...