C# Class Gumbo.GumboVector

Datei anzeigen Open project: rgripper/GumboBindings Class Usage Examples

Public Properties

Property Type Description
capacity uint
data System.IntPtr
length uint

Property Details

capacity public_oe property

Current array capacity.
public uint capacity
return uint

data public_oe 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_oe property

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