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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Methods
 
Name Description
Public method Dispose()
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition