C# Class Gumbo.GumboVector

Show file Open project: rgripper/GumboBindings Class Usage Examples

Public Properties

Property Type Description
capacity uint
data System.IntPtr
length uint

Property Details

capacity public property

Current array capacity.
public uint capacity
return uint

data public property

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

length public property

Number of elements currently in the vector.
public uint length
return uint