Click or drag to resize

ResolverGetCustomAttribute Method (CustomAttributeData, Int32)

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static Object GetCustomAttribute(
	CustomAttributeData customAttributeData,
	int parameterIndex
)

Parameters

customAttributeData
Type: System.ReflectionCustomAttributeData
parameterIndex
Type: SystemInt32

Return Value

Type: Object
See Also