'Declaration
Public Overloads Shared Function HasAttributeFromType( _ ByVal memberInfo As System.Reflection.MemberInfo, _ ByVal attributeType As System.Type _ ) As System.Boolean
'Usage
Dim memberInfo As System.Reflection.MemberInfo Dim attributeType As System.Type Dim value As System.Boolean value = NStateMemberInfo.HasAttributeFromType(memberInfo, attributeType)
public static System.bool HasAttributeFromType( System.Reflection.MemberInfo memberInfo, System.Type attributeType )
Parameters
- memberInfo
- attributeType