UNPKG

@microsoft.azure/autorest.incubator

Version:
9 lines 622 B
import { OneOrMoreStatements, Statements } from '#csharp/code-dom/statements/statement'; import { Expression, ExpressionOrLiteral } from '#csharp/code-dom/expression'; export declare function Using(usingExpression: ExpressionOrLiteral, body: OneOrMoreStatements, objectInitializer?: Partial<UsingStatement>): UsingStatement; export declare class UsingStatement extends Statements { usingExpression: Expression; constructor(usingExpression: ExpressionOrLiteral, statements: OneOrMoreStatements, objectInitializer?: Partial<UsingStatement>); readonly implementation: string; } //# sourceMappingURL=using.d.ts.map