CSReportDll.cReportConnectsAux.remove C# (CSharp) Méthode

remove() public méthode

public remove ( int index ) : void
index int
Résultat void
        public void remove(int index)
        {
            this.BaseRemoveAt(index);
        }

Same methods

cReportConnectsAux::remove ( String key ) : void