PexSymbolicValue.Function<T> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate representing a nullary function.
public: generic <typename T>
delegate T PexSymbolicValue::Function();
public delegate T PexSymbolicValue.Function<T>();
type PexSymbolicValue.Function<'T> = delegate of unit -> 'T
Public Delegate Function PexSymbolicValue.Function(Of T)() As T
Type Parameters
- T
Return Value
T