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