ProtocolAddressEditorTryGetMember Method |
Returns the member values. Provides the dynamic behavior for operations such as getting a value for a property.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic override bool TryGetMember(
GetMemberBinder binder,
out Object?? result
)
Parameters
- binder
- Type: System.DynamicGetMemberBinder
Provides information about the object that called the dynamic operation. - result
- Type: SystemObject
The result of the operation.
Return Value
Type:
BooleanTrue if the property is found.
See Also