ArraysPrependT(T, T) Method
Namespace: Org.BouncyCastle.UtilitiesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static T[] Prepend<T>(
T[] a,
T b
)
Public Shared Function Prepend(Of T) (
a As T(),
b As T
) As T()
public:
generic<typename T>
static array<T>^ Prepend(
array<T>^ a,
T b
)
JavaScript does not support generic types or methods.
- a T
-
- b T
-
- T
T