PushValue<T> Structure
Public Structure PushValue(Of _
T)
Implements IDisposable
This language is not supported or no code example is available.
public struct PushValue<T> : IDisposable
This language is not supported or no code example is available.
generic<typename T>
public value struct PushValue : public IDisposable^
This language is not supported or no code example is available.
Type Parameters
- T
Name | Description | |
---|---|---|
![]() |
PushValue(T, Func<T>, Action<T>) |