JsonArray.GetValues<T> Method
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.
Returns an enumerable that wraps calls to GetValue<T>().
public:
generic <typename T>
System::Collections::Generic::IEnumerable<T> ^ GetValues();
public System.Collections.Generic.IEnumerable<T> GetValues<T> ();
member this.GetValues : unit -> seq<'T>
Public Iterator Function GetValues(Of T) () As IEnumerable(Of T)
Type Parameters
- T
The type of the value to obtain from the JsonValue.
Returns
An enumerable iterating over values of the array.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.