ConstructorBuilder.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> 특성을 나타내는 바이트 수의 입니다.

적용 대상