'Declaration
Public Overloads Function GetAttributeFromType( _ ByVal attributeType As System.Type _ ) As System.Object
'Usage
Dim instance As NStateMemberInfo Dim attributeType As System.Type Dim value As System.Object value = instance.GetAttributeFromType(attributeType)
public System.object GetAttributeFromType( System.Type attributeType )
Parameters
- attributeType