Open sandboxFocus

Method AfterAllAspects

AfterAllAspects<TDeclaration>(IQuery<TDeclaration>)

Gets an interface that allows to validate the final compilation, after all aspects have been applied.

Declaration
[Obsolete("Use the 'options' parameter of the Validate method.", true)]
public static IQuery<TDeclaration> AfterAllAspects<TDeclaration>(this IQuery<TDeclaration> query) where TDeclaration : class, IDeclaration
Parameters
Type Name Description
IQuery<TDeclaration> query
Returns
Type Description
IQuery<TDeclaration>
Type Parameters
Name Description
TDeclaration

AfterAllAspects<TDeclaration, TTag>(ITaggedQuery<TDeclaration, TTag>)

Gets an interface that allows to validate the final compilation, after all aspects have been applied.

Declaration
[Obsolete("Use the 'options' parameter of the Validate method.", true)]
public static ITaggedQuery<TDeclaration, TTag> AfterAllAspects<TDeclaration, TTag>(this ITaggedQuery<TDeclaration, TTag> query) where TDeclaration : class, IDeclaration
Parameters
Type Name Description
ITaggedQuery<TDeclaration, TTag> query
Returns
Type Description
ITaggedQuery<TDeclaration, TTag>
Type Parameters
Name Description
TDeclaration
TTag