| FuncEffectorT, 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<T, TResult> Func { get; set; }
Public Property Func As Func(Of T, TResult)
Get
Set
public:
property Func<T, TResult>^ Func {
Func<T, TResult>^ get ();
void set (Func<T, TResult>^ value);
}
member Func : Func<'T, 'TResult> with get, set
Property Value
Type:
FuncT,
TResultThe delegate function.
See Also