Table of Contents

Constructor ListMember

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

ListMember()

Initializes a new instance of the ListMember class with default settings.

public ListMember()

ListMember(IListMembers)

Initializes a new instance of the ListMember class with a specified owner.

public ListMember(IListMembers owner)

Parameters

owner IListMembers

IListMembers owning this instance.