Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static List<T> Switch<T>(
List<T> array,
int index1,
int index2
)
Public Shared Function Switch(Of T) (
array As List(Of T),
index1 As Integer,
index2 As Integer
) As List(Of T)
Dim array As List(Of T)
Dim index1 As Integer
Dim index2 As Integer
Dim returnValue As List(Of T)
returnValue = Core.Switch(array,
index1, index2)
static member Switch :
array : List<'T> *
index1 : int *
index2 : int -> List<'T>
J# supports the use of generic APIs, but not the declaration of new ones.
JScript does not support generic types or methods.
JavaScript does not support generic types or methods.
Parameters
- array
- Type: System.Collections.GenericListT
- index1
- Type: SystemInt32
- index2
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
ListTSee Also