Click or drag to resize

ResolverGetCustomAttribute Method (CustomAttribute, Int32)

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

Parameters

customAttribute
Type: Mono.CecilCustomAttribute
parameterIndex
Type: SystemInt32

Return Value

Type: Object
See Also