RepresentAsStandalone
Determines whether the AspectInstance should be represented as a stand-alone instance
in PostSharp Tools for Visual Studio. If false
, the current AspectInstance
will be not be represented as a standalone node, and its advices will be merged with the ones provided
by the parent aspect (implementing IAspectProvider). The default value is false
.
Declaration
public bool RepresentAsStandalone { get; set; }
Property Value
Type | Description |
---|---|
bool |