BaseObjectCollection.NodeListReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read only list of objects with generated data on the object.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::MixedReality::Toolkit::Utilities::ObjectCollectionNode ^> ^ NodeListReadOnly { System::Collections::Generic::IReadOnlyList<Microsoft::MixedReality::Toolkit::Utilities::ObjectCollectionNode ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.MixedReality.Toolkit.Utilities.ObjectCollectionNode> NodeListReadOnly { get; }
member this.NodeListReadOnly : System.Collections.Generic.IReadOnlyList<Microsoft.MixedReality.Toolkit.Utilities.ObjectCollectionNode>
Public ReadOnly Property NodeListReadOnly As IReadOnlyList(Of ObjectCollectionNode)