EnumBuilder.SetCustomAttributeCore メソッド

定義

派生クラスでオーバーライドされた場合は、このアセンブリにカスタム属性を設定します。

protected:
 abstract void SetCustomAttributeCore(System::Reflection::ConstructorInfo ^ con, ReadOnlySpan<System::Byte> binaryAttribute);
protected abstract void SetCustomAttributeCore (System.Reflection.ConstructorInfo con, ReadOnlySpan<byte> binaryAttribute);
abstract member SetCustomAttributeCore : System.Reflection.ConstructorInfo * ReadOnlySpan<byte> -> unit
Protected MustOverride Sub SetCustomAttributeCore (con As ConstructorInfo, binaryAttribute As ReadOnlySpan(Of Byte))

パラメーター

con
ConstructorInfo

カスタム属性のコンストラクター。

binaryAttribute
ReadOnlySpan<Byte>

ReadOnlySpan<T>属性を表すバイトの 。

適用対象