ArrayExtensions..::..Push<(Of <(<'T>)>)> Method
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static void Push<T>( this T[] source, params T[] values )
<TemplateAttribute> _ <ExtensionAttribute> _ Public Shared Sub Push(Of T) ( _ source As T(), _ ParamArray values As T() _ )
[TemplateAttribute] [ExtensionAttribute] public: generic<typename T> static void Push( array<T>^ source, ... array<T>^ values )
Type Parameters
- T
Parameters
- source
- Type: array<T>[]()[][]
- values
- Type: array<T>[]()[][]