[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]

[Missing <summary> documentation for "M:DynamicNode.Types.Base.Matrix`1.Apply(System.Func`2)"]

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public void Apply(
	Func transfer
)
Visual Basic
Public Sub Apply ( _
	transfer As Func _
)
F#
member Apply : 
        transfer:Func -> unit 

Parameters

transfer
Type: System..::..Func<(Of <(<'T, TResult>)>)>

[Missing <param name="transfer"/> documentation for "M:DynamicNode.Types.Base.Matrix`1.Apply(System.Func`2)"]

See Also