'Declaration
Public Overloads Function HasAttributeFromType( _ ByVal attributeType As System.Type _ ) As System.Boolean
'Usage
Dim instance As NStateMemberInfo Dim attributeType As System.Type Dim value As System.Boolean value = instance.HasAttributeFromType(attributeType)
public System.bool HasAttributeFromType( System.Type attributeType )
Parameters
- attributeType