| FuncEffectorT1, T2, TResultFunc Property |
Gets or sets the delegate function.
Namespace: DigitalRune.Particles.EffectorsAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public Func<T1, T2, TResult> Func { get; set; }
Public Property Func As Func(Of T1, T2, TResult)
Get
Set
public:
property Func<T1, T2, TResult>^ Func {
Func<T1, T2, TResult>^ get ();
void set (Func<T1, T2, TResult>^ value);
}
member Func : Func<'T1, 'T2, 'TResult> with get, set
Property Value
Type:
FuncT1,
T2,
TResultThe delegate function.
See Also