ReferenceTrees Class

Contains a Collection of ReferenceTree's and their nested ReferenceTreeReferenceTreeBranch's.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class ReferenceTrees : IEnumerable<ReferenceTree>, 
	IEnumerable
Inheritance
Object    ReferenceTrees
Implements
IEnumerableReferenceTree, IEnumerable

Constructors

Properties

Item Indexer.

Methods

GetEnumerator Returns an enumerator that iterates through the collection.

See Also