Summary
Gets a value indicating whether this reference represents a system
assembly.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ReferenceBase
Syntax
protected abstract bool IsSystem { get; }
Value
Type | Description |
---|---|
bool |
true if this reference represents a system
assembly; otherwise, false .
|