DynamicJsonArray Methods

Include Protected Members
Include Inherited Members

The DynamicJsonArray type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDynamicMemberNames (Inherited from DynamicObject.)
Public method GetEnumerator Returns an enumerator that can be used to iterate through the elements of the DynamicJsonArray instance.
Public method GetHashCode (Inherited from Object.)
Public method GetMetaObject (Inherited from DynamicObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryBinaryOperation (Inherited from DynamicObject.)
Public method TryConvert Converts the DynamicJsonArray instance to a compatible type. (Overrides DynamicObject.TryConvert(ConvertBinder, Object%).)
Public method TryCreateInstance (Inherited from DynamicObject.)
Public method TryDeleteIndex (Inherited from DynamicObject.)
Public method TryDeleteMember (Inherited from DynamicObject.)
Public method TryGetIndex (Inherited from DynamicObject.)
Public method TryGetMember Tests the DynamicJsonArray instance for dynamic members (which are not supported) in a way that does not cause an exception to be thrown. (Overrides DynamicObject.TryGetMember(GetMemberBinder, Object%).)
Public method TryInvoke (Inherited from DynamicObject.)
Public method TryInvokeMember (Inherited from DynamicObject.)
Public method TrySetIndex (Inherited from DynamicObject.)
Public method TrySetMember (Inherited from DynamicObject.)
Public method TryUnaryOperation (Inherited from DynamicObject.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<Object>.GetEnumerator Returns an enumerator that can be used to iterate through a collection.

Top

See Also

Reference

DynamicJsonArray Class

System.Web.Helpers Namespace