• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try NCache Live
Show / Hide Table of Contents

Method GetArray

GetArray<T>(String)

Gets the value of the specified attribute as array of specified type."/>.

Declaration
T[] GetArray<T>(string attribute)
Parameters
Type Name Description
System.String attribute
Returns
Type Description
T[]

Value of the specified attribute as array.

Type Parameters
Name Description
T

Specifies the type of attribute value to be obtained from IJSONDocument.

Back to top Copyright © 2017 Alachisoft