Click or drag to resize
DynamicTomlTryInvoke Method

[Missing <summary> documentation for "M:HyperTomlProcessor.DynamicToml.TryInvoke(System.Dynamic.InvokeBinder,System.Object[],System.Object@)"]

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override bool TryInvoke(
	InvokeBinder binder,
	Object[] args,
	out Object result
)

Parameters

binder
Type: System.DynamicInvokeBinder

[Missing <param name="binder"/> documentation for "M:HyperTomlProcessor.DynamicToml.TryInvoke(System.Dynamic.InvokeBinder,System.Object[],System.Object@)"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:HyperTomlProcessor.DynamicToml.TryInvoke(System.Dynamic.InvokeBinder,System.Object[],System.Object@)"]

result
Type: SystemObject

[Missing <param name="result"/> documentation for "M:HyperTomlProcessor.DynamicToml.TryInvoke(System.Dynamic.InvokeBinder,System.Object[],System.Object@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HyperTomlProcessor.DynamicToml.TryInvoke(System.Dynamic.InvokeBinder,System.Object[],System.Object@)"]

See Also