Click or drag to resize

CoreSwitchT Method

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
)

Parameters

array
Type: System.Collections.GenericListT
index1
Type: SystemInt32
index2
Type: SystemInt32

Type Parameters

T

Return Value

Type: ListT
See Also