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