Header menu logo Fabulous.AST

TypeDefnExplicitModifiers Type

Static members

Static member Description

TypeDefnExplicitModifiers.attribute (this, attribute)

Full Usage: TypeDefnExplicitModifiers.attribute (this, attribute)

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the attribute for the current widget.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

attribute : WidgetBuilder<AttributeNode>

The attribute to set.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.attributes (this, values)

Full Usage: TypeDefnExplicitModifiers.attributes (this, values)

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the attributes for the current widget.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

values : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.toInternal this

Full Usage: TypeDefnExplicitModifiers.toInternal this

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the accessibility for the current widget to internal.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.toPrivate this

Full Usage: TypeDefnExplicitModifiers.toPrivate this

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the accessibility for the current widget to private.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.toPublic this

Full Usage: TypeDefnExplicitModifiers.toPublic this

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the accessibility for the current widget to public.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.typeParams (this, typeParams)

Full Usage: TypeDefnExplicitModifiers.typeParams (this, typeParams)

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the type parameters for the current widget.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

typeParams : WidgetBuilder<TyparDecls>

The type parameters to set.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeDefnExplicitModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the XmlDocs for the current widget.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

xmlDocs : string list

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnExplicitNode>

TypeDefnExplicitModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeDefnExplicitModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnExplicitNode>
Modifiers: inline

Sets the XmlDocs for the current widget.

this : WidgetBuilder<TypeDefnExplicitNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnExplicitNode>

Type something to start searching.