Header menu logo Fabulous.AST

AugmentationModifiers Type

Static members

Static member Description

AugmentationModifiers.attribute (this, attribute)

Full Usage: AugmentationModifiers.attribute (this, attribute)

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the attribute for the current widget.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

attribute : WidgetBuilder<AttributeNode>

The attribute to set.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.attributes (this, attributes)

Full Usage: AugmentationModifiers.attributes (this, attributes)

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the attributes for the current widget.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

attributes : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.toInternal this

Full Usage: AugmentationModifiers.toInternal this

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the accessibility for the current widget to internal.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.toPrivate this

Full Usage: AugmentationModifiers.toPrivate this

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the accessibility for the current widget to private.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.toPublic this

Full Usage: AugmentationModifiers.toPublic this

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the accessibility for the current widget to public.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.typeParams (this, typeParams)

Full Usage: AugmentationModifiers.typeParams (this, typeParams)

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the type parameters for the current widget.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

typeParams : WidgetBuilder<TyparDecls>

The type parameters to set.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.xmlDocs (this, xmlDocs)

Full Usage: AugmentationModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the XML documentation for the current widget.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

xmlDocs : string list

The XML documentation to set.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

AugmentationModifiers.xmlDocs (this, xmlDocs)

Full Usage: AugmentationModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnAugmentationNode>
Modifiers: inline

Sets the XML documentation for the current widget.

this : WidgetBuilder<TypeDefnAugmentationNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XML documentation to set.

Returns: WidgetBuilder<TypeDefnAugmentationNode>

Type something to start searching.