Header menu logo Fabulous.AST

PropertyGetSetMemberModifiers Type

Static members

Static member Description

PropertyGetSetMemberModifiers.attribute (this, value)

Full Usage: PropertyGetSetMemberModifiers.attribute (this, value)

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

Sets the attributes for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

value : WidgetBuilder<AttributeNode>

The attribute to set.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.attributes (this, values)

Full Usage: PropertyGetSetMemberModifiers.attributes (this, values)

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

Sets the attributes for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

values : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.toInlined this

Full Usage: PropertyGetSetMemberModifiers.toInlined this

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>
Modifiers: inline

Sets the inlined modifier for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.toInternal this

Full Usage: PropertyGetSetMemberModifiers.toInternal this

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>
Modifiers: inline

Sets the internal accessibility modifier for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.toPrivate this

Full Usage: PropertyGetSetMemberModifiers.toPrivate this

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>
Modifiers: inline

Sets the private accessibility modifier for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.toPublic this

Full Usage: PropertyGetSetMemberModifiers.toPublic this

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>
Modifiers: inline

Sets the public accessibility modifier for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.toStatic this

Full Usage: PropertyGetSetMemberModifiers.toStatic this

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>
Modifiers: inline

Sets the static modifier for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.xmlDocs (this, xmlDocs)

Full Usage: PropertyGetSetMemberModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

Sets the XmlDocs for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

xmlDocs : string list

The comments to set.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

PropertyGetSetMemberModifiers.xmlDocs (this, xmlDocs)

Full Usage: PropertyGetSetMemberModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

Sets the XmlDocs for the current PropertyGetSetMember widget.

this : WidgetBuilder<MemberDefnPropertyGetSetNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XmlDocs to set.

Returns: WidgetBuilder<MemberDefnPropertyGetSetNode>

Type something to start searching.