DynamicJsonArray.TryGetMember(GetMemberBinder, Object) 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.
Tests the DynamicJsonArray instance for dynamic members (which are not supported) in a way that does not cause an exception to be thrown.
public override bool TryGetMember (System.Dynamic.GetMemberBinder binder, out object result);
override this.TryGetMember : System.Dynamic.GetMemberBinder * obj -> bool
Public Overrides Function TryGetMember (binder As GetMemberBinder, ByRef result As Object) As Boolean
Parameters
- binder
- GetMemberBinder
Provides information about the get operation.
- result
- Object
When this method returns, contains null. This parameter is passed uninitialized.
Returns
true in all cases.