NAnt.VSNet.ProjectBaseCollection.this C# (CSharp) Méthode

this() private méthode

private this ( int index ) : ProjectBase
index int
Résultat ProjectBase
        public ProjectBase this[int index]
        {
            get { return (ProjectBase) base.List[index]; }
            set { base.List[index] = value; }
        }

Same methods

ProjectBaseCollection::this ( string guid ) : ProjectBase