'宣言 Public Shared Function GetCustomAttributes(Of T As System.Attribute)( _ ByVal memberInfo As System.Reflection.MemberInfo, _ Optional ByVal inherited As System.Boolean _ ) As System.Collections.Generic.IEnumerable(Of T)
public static System.Collections.Generic.IEnumerable<T> GetCustomAttributes<T>( System.Reflection.MemberInfo memberInfo, System.bool inherited ) where T: System.Attribute
パラメータ
- memberInfo
 - The member info.
 - inherited
 - if set to 
true[inherited]. 
型パラメータ
- T
 - Type of the custom attribute.
 
戻り値の型
The custom attribute or null if not found.