PexAssume.Func<T> Delegate
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 that takes no input and returns a value of type T.
C++
public: generic <typename T>
delegate T PexAssume::Func();
public delegate T PexAssume.Func<T>();
type PexAssume.Func<'T> = delegate of unit -> 'T
Public Delegate Function PexAssume.Func(Of T)() As T
- T
The return type.
T
Returns a value of type T.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2017, 2019 |