'宣言 Public Overloads Overrides Function GetCustomAttributes( _ ByVal inherit As System.Boolean _ ) As System.Object()
public override System.object[] GetCustomAttributes( System.bool inherit )
パラメータ
- inherit
- このメンバの継承チェインを検索して、それらの属性を探すかどうかを指定します。
戻り値の型
すべてのカスタム属性を含む配列。または、何も属性が定義されていない場合はゼロ個の要素を含む配列。