ProtocolAddressEditorTrySetMember Method |
Sets a member value.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic override bool TrySetMember(
SetMemberBinder binder,
Object? value
)
Parameters
- binder SetMemberBinder
- Provides information about the object that called the dynamic operation.
- value Object
- The value to set to the member.
Return Value
BooleanTrue if the operation is successful.
See Also