ReferenceTreesItem Property |
Indexer.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ReferenceTree this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As ReferenceTree
Get
Set
public:
property ReferenceTree^ default[int index] {
ReferenceTree^ get (int index);
void set (int index, ReferenceTree^ value);
}
Parameters
- index
- Type: SystemInt32
Index to access.
Property Value
Type:
ReferenceTree
See Also