Table of Contents

Enum MemberAttribute

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

Specifies list of additional attributes associated with a IListMember.

[Flags]
public enum MemberAttribute

Fields

CanRead = 1

Specifies that property readable.

CanWrite = 2

Specifies that property writeable.

NoDescription = 4

Specifies that no description should be generated for a member.

NoIntellisense = 8

Specifies that member is hidden for intellisense.

None = 0

No attributes.