다음을 통해 공유


FixedBufferAttribute(Type, Int32) 생성자

정의

FixedBufferAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 FixedBufferAttribute(Type ^ elementType, int length);
public FixedBufferAttribute (Type elementType, int length);
new System.Runtime.CompilerServices.FixedBufferAttribute : Type * int -> System.Runtime.CompilerServices.FixedBufferAttribute
Public Sub New (elementType As Type, length As Integer)

매개 변수

elementType
Type

버퍼에 포함된 요소의 형식입니다.

length
Int32

버퍼의 요소 수입니다.

적용 대상