Class Scope<TInclude>
Represents the scope.
Inherited Members
Namespace: Platform.Scopes
Assembly: Platform.Scopes.dll
Syntax
public class Scope<TInclude> : Scope
Type Parameters
Name | Description |
---|---|
TInclude |
Constructors
| Improve this Doc View SourceScope()
Initializes a new Scope instance.
Declaration
public Scope()
Scope(Boolean)
Initializes a new Scope instance.
Declaration
public Scope(bool autoInclude)
Parameters
Type | Name | Description |
---|---|---|
Boolean | autoInclude | A auto include.
|
Scope(Boolean, Boolean)
Initializes a new Scope instance.
Declaration
public Scope(bool autoInclude, bool autoExplore)
Parameters
Type | Name | Description |
---|---|---|
Boolean | autoInclude | A auto include.
|
Boolean | autoExplore | A auto explore.
|