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: 15.0.2.11458
Syntax
C#
public override bool TryGetMember(
	GetMemberBinder binder,
	out Object?? result
)

Parameters

binder
Type: System.DynamicGetMemberBinder
Provides information about the object that called the dynamic operation.
result
Type: SystemObject
The result of the operation.

Return Value

Type: Boolean
True if the property is found.
See Also