ScopeCollection members
Represents a collection of Scope objects.
The ScopeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Scope objects in the collection. | |
Item | Gets the specified scope from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Create(String, String, Uri, Boolean, String, ScopeCompilationType) | Creates a new scope. | |
Create(String, String, Uri, Boolean, String, ScopeCompilationType, String) | Creates a new scope. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the scope collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top