class O2GValueMap

Parents
System.Collections.Generic.IEnumerable<O2GValueMap>
System.IDisposable

Brief

The value map.

Details

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Properties

ChildrenCount

Gets the number of child value maps.

Item

Gets a child value map.

Public Methods

appendChild

Adds the value map to the list of child value maps.

clear

Clears the value map.

clone

Makes a copy of the value map.

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

getChild

Gets a child value map.

setBoolean

Sets a boolean value.

setDouble

Sets a double value.

setInt

Sets an integer value.

setString

Sets a string value.

back