NRDelegate.Parameters Property NReflect
Gets a list of parameters of this delegate.

Namespace: NReflect.NREntities
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public List<NRParameter> Parameters { get; private set; }
See Also