UNPKG

@microsoft.azure/autorest.incubator

Version:
11 lines 540 B
import { Initializer } from '#common/initializer'; import { ExpressionOrLiteral } from '#csharp/code-dom/expression'; import { TypeDeclaration } from '#csharp/code-dom/type-declaration'; /** An c# Attribute that can be placed on methods, classes, members and parameters */ export declare class Attribute extends Initializer { type: TypeDeclaration; parameters: ExpressionOrLiteral[]; constructor(type: TypeDeclaration, objectIntializer?: Partial<Attribute>); readonly value: string; } //# sourceMappingURL=attribute.d.ts.map