ResolverGetCustomAttribute Method (CustomAttributeData, Int32) |
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected static Object GetCustomAttribute(
CustomAttributeData customAttributeData,
int parameterIndex
)
Parameters
- customAttributeData
- Type: System.ReflectionCustomAttributeData
- parameterIndex
- Type: SystemInt32
Return Value
Type:
ObjectSee Also