NameScope.Values Property

Definition

Gets a collection of the values in the NameScope dictionary.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Property Value

A collection of the values in the NameScope dictionary.

Implements

Applies to