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