NRtfTree Library 0.3
RemoveRange Method (index, count)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfNodeCollectionRemoveRange(Int32, Int32)
NRtfTree Library 0.3 (0.3.3503)
Elimina un conjunto de nodos adyacentes de la colección.
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveRange(
	int index,
	int count
)
Public Sub RemoveRange ( _
	index As Integer, _
	count As Integer _
)
public:
void RemoveRange(
	int index, 
	int count
)
Parameters
index (Int32)
Índice del primer nodo del conjunto a eliminar.
count (Int32)
Número de nodos a eliminar.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544