ReferenceTreeTreeMap Class

ReferenceTreeTreeMap MFIdentifier Collection Class.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class TreeMap : IEnumerable<MFIdentifier>, 
	IEnumerable
Inheritance
Object    ReferenceTreeTreeMap
Implements
IEnumerableMFIdentifier, IEnumerable

Properties

First Returns the First MFIdentifier in the Map.
PlaceholderString Placeholder String being parsed.

Methods

GetEnumerator Returns an enumerator that iterates through the collection.
IsLast Boolean flag to determine if this is the last item in the collection.
Parse Parses a MFIdentifier array into a ReferenceTreeTreeMap.
ParseID Single Tree Map Parser.
ParseIDs Multi Tree Map Parser.
ToString Returns a string that represents the current object.
(Overrides ObjectToString)

See Also