Goblin - A Platform for 3D AR and VR Applications

ScopeCollection.Item Property

Gets or sets the Scope at the specified index.

public virtual Scope this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

ScopeCollection Class | DDW.CSharp.SymbolTable Namespace