public static IEnumerable<T> Proxy<T>( IEnumerable<T> e )
Public Shared Function Proxy(Of T) ( e As IEnumerable(Of T) ) As IEnumerable(Of T)
public: generic<typename T> static IEnumerable<T>^ Proxy( IEnumerable<T>^ e )
JavaScript does not support generic types or methods.
In This Article