Header menu logo Fabulous.AST

TypeDefnAbbrevNodeModifiers Type

Static members

Static member Description

TypeDefnAbbrevNodeModifiers.attribute (this, attribute)

Full Usage: TypeDefnAbbrevNodeModifiers.attribute (this, attribute)

Parameters:
Returns: WidgetBuilder<TypeDefnAbbrevNode>
Modifiers: inline

Sets the attributes for the current type abbreviation definition.

this : WidgetBuilder<TypeDefnAbbrevNode>

Current widget.

attribute : WidgetBuilder<AttributeNode>

The attributes to set.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

TypeDefnAbbrevNodeModifiers.attributes (this, attributes)

Full Usage: TypeDefnAbbrevNodeModifiers.attributes (this, attributes)

Parameters:
Returns: WidgetBuilder<TypeDefnAbbrevNode>
Modifiers: inline

Sets the attributes for the current type abbreviation definition.

this : WidgetBuilder<TypeDefnAbbrevNode>

Current widget.

attributes : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

TypeDefnAbbrevNodeModifiers.typeParams (this, typeParams)

Full Usage: TypeDefnAbbrevNodeModifiers.typeParams (this, typeParams)

Parameters:
Returns: WidgetBuilder<TypeDefnAbbrevNode>
Modifiers: inline

Sets the type parameters for the current type abbreviation definition.

this : WidgetBuilder<TypeDefnAbbrevNode>

Current widget.

typeParams : WidgetBuilder<TyparDecls>

The type parameters to set.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

TypeDefnAbbrevNodeModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeDefnAbbrevNodeModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnAbbrevNode>

Sets the XmlDocs for the current type abbreviation definition.

this : WidgetBuilder<TypeDefnAbbrevNode>

Current widget.

xmlDocs : string list

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

TypeDefnAbbrevNodeModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeDefnAbbrevNodeModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeDefnAbbrevNode>

Sets the XmlDocs for the current type abbreviation definition.

this : WidgetBuilder<TypeDefnAbbrevNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XmlDocs to set.

Returns: WidgetBuilder<TypeDefnAbbrevNode>

Type something to start searching.