C# 클래스 Gumbo.GumboVector

파일 보기 프로젝트 열기: rgripper/GumboBindings 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
capacity uint
data System.IntPtr
length uint

프로퍼티 상세

capacity 공개적으로 프로퍼티

Current array capacity.
public uint capacity
리턴 uint

data 공개적으로 프로퍼티

Data elements. This points to a dynamically-allocated array of capacity elements, each a void* to the element itself.
public IntPtr,System data
리턴 System.IntPtr

length 공개적으로 프로퍼티

Number of elements currently in the vector.
public uint length
리턴 uint