The following tables list the members exposed by ProjectCollection.
Name | Description | |
---|---|---|
![]() |
ProjectCollection Constructor |
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from System.Collections.CollectionBase) |
![]() |
Count | (Inherited from System.Collections.CollectionBase) |
![]() |
IsDisposed | Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
![]() |
IsReadOnly | (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
![]() |
Item |
Name | Description | |
---|---|---|
![]() |
InnerList | (Inherited from System.Collections.CollectionBase) |
![]() |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() |
Add | |
![]() |
Clear | (Inherited from System.Collections.CollectionBase) |
![]() |
Contains | Overridden. |
![]() |
CopyTo | (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
![]() |
Dispose | Overloaded. Disposes this object (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
![]() |
GetEnumerator | (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
![]() |
IndexOf | (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
![]() |
Insert | Overridden. |
![]() |
Remove | Overridden. |
![]() |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
![]() |
Sort | Overloaded. Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer. (Inherited from SourceCode.Framework.PersistableObjectList<Project>) |
Top