Click or drag to resize

ProtocolPropertiesTryGetMember 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: 19.00.00
Syntax
C#
public 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

Boolean
True if the property is found.
See Also