Click or drag to resize

ProtocolAddressEditorTrySetMember Method

Sets a member value.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public 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

Boolean
True if the operation is successful.
See Also