C# Class Loyc.Syntax.CodeSymbols

A list of common symbols that have special meaning somewhere in Loyc or EC#: operators, built-in data types, keywords, trivia, etc.
Afficher le fichier Open project: qwertie/ecsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Abstract Symbol
Add Symbol
AddAssign Symbol
Alias Symbol
AltList Symbol
And Symbol
AndBits Symbol
AndBitsAssign Symbol
Array Symbol
ArrayInit Symbol
As Symbol
Assembly Symbol
Assign Symbol
Async Symbol
AtSign Symbol
Await Symbol
Backslash Symbol
BadCode Symbol
Base Symbol
Bool Symbol
Braces Symbol
Break Symbol
Case Symbol
Cast Symbol
Catch Symbol
Char Symbol
Checked Symbol
Class Symbol
Colon Symbol
ColonColon Symbol
Comma Symbol
ConcatAssign Symbol
Const Symbol
Constructor Symbol
Continue Symbol
CsPPRawText Symbol
CsRawText Symbol
Decimal Symbol
Default Symbol
Delegate Symbol
Div Symbol
DivAssign Symbol
Do Symbol
DoWhile Symbol
Dot Symbol
DotDot Symbol
DotDotDot Symbol
Double Symbol
DoubleBang Symbol
Dynamic Symbol
Else Symbol
Enum Symbol
Eq Symbol
Error Symbol
Event Symbol
Exp Symbol
ExpAssign Symbol
Explicit Symbol
Extern Symbol
FilePrivate Symbol
Finally Symbol
Fixed Symbol
Fn Symbol
For Symbol
ForEach Symbol
Forward Symbol
GE Symbol
GT Symbol
Goto Symbol
GotoCase Symbol
If Symbol
Implicit Symbol
Import Symbol
In Symbol
IndexBracks Symbol
InitializerAssignment Symbol
Int16 Symbol
Int32 Symbol
Int64 Symbol
Int8 Symbol
Interface Symbol
Internal Symbol
Is Symbol
IsLegal Symbol
LE Symbol
LT Symbol
Label Symbol
Lambda Symbol
LeftArrow Symbol
Lock Symbol
Missing Symbol
Mod Symbol
ModAssign Symbol
Module Symbol
Mul Symbol
MulAssign Symbol
NamedArg Symbol
Namespace Symbol
Neq Symbol
New Symbol
Not Symbol
NotBits Symbol
Note Symbol
NullCoalesce Symbol
NullCoalesceAssign Symbol
NullDot Symbol
NullIndexBracks Symbol
Object Symbol
Of Symbol
Operator Symbol
Or Symbol
OrBits Symbol
OrBitsAssign Symbol
Out Symbol
Override Symbol
PPDefine Symbol
PPElIf Symbol
PPElse Symbol
PPEndIf Symbol
PPEndRegion Symbol
PPError Symbol
PPIf Symbol
PPLine Symbol
PPNote Symbol
PPPragma Symbol
PPRegion Symbol
PPUndef Symbol
PPWarning Symbol
Params Symbol
Partial Symbol
PostDec Symbol
PostInc Symbol
PreDec Symbol
PreInc Symbol
Private Symbol
Property Symbol
Protected Symbol
ProtectedIn Symbol
PtrArrow Symbol
Public Symbol
QuestionMark Symbol
QuickBind Symbol
QuickBindAssign Symbol
RawText Symbol
Readonly Symbol
Ref Symbol
Result Symbol
Return Symbol
Sealed Symbol
Semicolon Symbol
Shl Symbol
ShlAssign Symbol
Shr Symbol
ShrAssign Symbol
Single Symbol
Sizeof Symbol
Splice Symbol
StackAlloc Symbol
Static Symbol
String Symbol
Struct Symbol
Sub Symbol
SubAssign Symbol
Substitute Symbol
Switch Symbol
This Symbol
Throw Symbol
Trait Symbol
TriviaAppendStatement Symbol
TriviaCsPPRawText Symbol
TriviaCsRawText Symbol
TriviaDoubleVerbatim Symbol
TriviaDummyNode Symbol
TriviaForwardedProperty Symbol
TriviaInParens Symbol
TriviaMLComment Symbol
TriviaMacroAttribute Symbol
TriviaNewline Symbol
TriviaRawText Symbol
TriviaSLComment Symbol
TriviaSpaces Symbol
TriviaTrailing Symbol
TriviaUseOperatorKeyword Symbol
TriviaWordAttribute Symbol
Try Symbol
Tuple Symbol
TwoDimensionalArray Symbol
Typeof Symbol
UInt16 Symbol
UInt32 Symbol
UInt64 Symbol
UInt8 Symbol
Unchecked Symbol
Unsafe Symbol
UsingCast Symbol
UsingStmt Symbol
Var Symbol
Virtual Symbol
Void Symbol
Volatile Symbol
Warning Symbol
Where Symbol
While Symbol
Xor Symbol
XorBits Symbol
XorBitsAssign Symbol
Yield Symbol
_AddressOf Symbol
_Bracks Symbol
_Concat Symbol
_Dereference Symbol
_Destruct Symbol
_HashMark Symbol
_Negate Symbol
_Pointer Symbol
_RightArrow Symbol
_TemplateArg Symbol
_UnaryPlus Symbol
add Symbol
get Symbol
remove Symbol
set Symbol
value Symbol

Méthodes publiques

Méthode Description
CountArrayDimensions ( Symbol s ) : int

Returns the rank of an array symbol when IsArrayKeyword is true, or 0 if the symbol does not represent an array type.

GetArrayKeyword ( int dims ) : Symbol

Gets the Symbol for an array with the specified number of dimensions, e.g. GetArrayKeyword(3) returns [,,].

IsArrayKeyword ( Symbol s ) : bool

Returns true if the symbol is a pair of square brackets with zero or more commas inside, e.g. "[,]", which in EC# represents an array type of a specific number of dimensions.

IsTriviaSymbol ( Symbol name ) : bool

Method Details

CountArrayDimensions() public static méthode

Returns the rank of an array symbol when IsArrayKeyword is true, or 0 if the symbol does not represent an array type.
public static CountArrayDimensions ( Symbol s ) : int
s Symbol
Résultat int

GetArrayKeyword() public static méthode

Gets the Symbol for an array with the specified number of dimensions, e.g. GetArrayKeyword(3) returns [,,].
public static GetArrayKeyword ( int dims ) : Symbol
dims int
Résultat Symbol

IsArrayKeyword() public static méthode

Returns true if the symbol is a pair of square brackets with zero or more commas inside, e.g. "[,]", which in EC# represents an array type of a specific number of dimensions.
public static IsArrayKeyword ( Symbol s ) : bool
s Symbol
Résultat bool

IsTriviaSymbol() public static méthode

public static IsTriviaSymbol ( Symbol name ) : bool
name Symbol
Résultat bool

Property Details

Abstract public_oe static_oe property

public static Symbol Abstract
Résultat Symbol

Add public_oe static_oe property

public static Symbol Add
Résultat Symbol

AddAssign public_oe static_oe property

public static Symbol AddAssign
Résultat Symbol

Alias public_oe static_oe property

public static Symbol Alias
Résultat Symbol

AltList public_oe static_oe property

# is used for lists of things in definition constructs, e.g. #class(Derived, #(Base, IEnumerable), {...}). For a time, #tuple was used for this purpose; the problem is that a find-and-replace operation intended to find run-time tuples could accidentally match one of these lists. So I decided to dedicate # for use inside special constructs; its meaning depends on context.
public static Symbol AltList
Résultat Symbol

And public_oe static_oe property

public static Symbol And
Résultat Symbol

AndBits public_oe static_oe property

public static Symbol AndBits
Résultat Symbol

AndBitsAssign public_oe static_oe property

public static Symbol AndBitsAssign
Résultat Symbol

Array public_oe static_oe property

public static Symbol Array
Résultat Symbol

ArrayInit public_oe static_oe property

public static Symbol ArrayInit
Résultat Symbol

As public_oe static_oe property

public static Symbol As
Résultat Symbol

Assembly public_oe static_oe property

public static Symbol Assembly
Résultat Symbol

Assign public_oe static_oe property

public static Symbol Assign
Résultat Symbol

Async public_oe static_oe property

public static Symbol Async
Résultat Symbol

AtSign public_oe static_oe property

public static Symbol AtSign
Résultat Symbol

Await public_oe static_oe property

public static Symbol Await
Résultat Symbol

Backslash public_oe static_oe property

public static Symbol Backslash
Résultat Symbol

BadCode public_oe static_oe property

An identifier or call with this Name indicates that parsing or analysis failed earlier and that an error message has already been printed.
When code in a compiler sees this symbol it should be seen as a signal to avoid printing further error messages that involve the same node. Typically, a node named #badCode should replace the bad code, and it may have an argument that describes the error, which could be printed at runtime if compilation continues to completion.
public static Symbol BadCode
Résultat Symbol

Base public_oe static_oe property

public static Symbol Base
Résultat Symbol

Bool public_oe static_oe property

public static Symbol Bool
Résultat Symbol

Braces public_oe static_oe property

public static Symbol Braces
Résultat Symbol

Break public_oe static_oe property

public static Symbol Break
Résultat Symbol

Case public_oe static_oe property

public static Symbol Case
Résultat Symbol

Cast public_oe static_oe property

public static Symbol Cast
Résultat Symbol

Catch public_oe static_oe property

public static Symbol Catch
Résultat Symbol

Char public_oe static_oe property

public static Symbol Char
Résultat Symbol

Checked public_oe static_oe property

public static Symbol Checked
Résultat Symbol

Class public_oe static_oe property

public static Symbol Class
Résultat Symbol

Colon public_oe static_oe property

public static Symbol Colon
Résultat Symbol

ColonColon public_oe static_oe property

public static Symbol ColonColon
Résultat Symbol

Comma public_oe static_oe property

public static Symbol Comma
Résultat Symbol

ConcatAssign public_oe static_oe property

public static Symbol ConcatAssign
Résultat Symbol

Const public_oe static_oe property

public static Symbol Const
Résultat Symbol

Constructor public_oe static_oe property

public static Symbol Constructor
Résultat Symbol

Continue public_oe static_oe property

public static Symbol Continue
Résultat Symbol

CsPPRawText public_oe static_oe property

public static Symbol CsPPRawText
Résultat Symbol

CsRawText public_oe static_oe property

public static Symbol CsRawText
Résultat Symbol

Decimal public_oe static_oe property

public static Symbol Decimal
Résultat Symbol

Default public_oe static_oe property

public static Symbol Default
Résultat Symbol

Delegate public_oe static_oe property

public static Symbol Delegate
Résultat Symbol

Div public_oe static_oe property

public static Symbol Div
Résultat Symbol

DivAssign public_oe static_oe property

public static Symbol DivAssign
Résultat Symbol

Do public_oe static_oe property

public static Symbol Do
Résultat Symbol

DoWhile public_oe static_oe property

public static Symbol DoWhile
Résultat Symbol

Dot public_oe static_oe property

public static Symbol Dot
Résultat Symbol

DotDot public_oe static_oe property

public static Symbol DotDot
Résultat Symbol

DotDotDot public_oe static_oe property

public static Symbol DotDotDot
Résultat Symbol

Double public_oe static_oe property

public static Symbol Double
Résultat Symbol

DoubleBang public_oe static_oe property

public static Symbol DoubleBang
Résultat Symbol

Dynamic public_oe static_oe property

public static Symbol Dynamic
Résultat Symbol

Else public_oe static_oe property

public static Symbol Else
Résultat Symbol

Enum public_oe static_oe property

public static Symbol Enum
Résultat Symbol

Eq public_oe static_oe property

public static Symbol Eq
Résultat Symbol

Error public_oe static_oe property

public static Symbol Error
Résultat Symbol

Event public_oe static_oe property

public static Symbol Event
Résultat Symbol

Exp public_oe static_oe property

public static Symbol Exp
Résultat Symbol

ExpAssign public_oe static_oe property

public static Symbol ExpAssign
Résultat Symbol

Explicit public_oe static_oe property

public static Symbol Explicit
Résultat Symbol

Extern public_oe static_oe property

public static Symbol Extern
Résultat Symbol

FilePrivate public_oe static_oe property

Used with #alias to indicate that an alias is local to the current source file. [#filePrivate] #alias(X = Y, #()) is the long form of using X = Y in EC#.
public static Symbol FilePrivate
Résultat Symbol

Finally public_oe static_oe property

public static Symbol Finally
Résultat Symbol

Fixed public_oe static_oe property

public static Symbol Fixed
Résultat Symbol

Fn public_oe static_oe property

public static Symbol Fn
Résultat Symbol

For public_oe static_oe property

public static Symbol For
Résultat Symbol

ForEach public_oe static_oe property

public static Symbol ForEach
Résultat Symbol

Forward public_oe static_oe property

public static Symbol Forward
Résultat Symbol

GE public_oe static_oe property

public static Symbol GE
Résultat Symbol

GT public_oe static_oe property

public static Symbol GT
Résultat Symbol

Goto public_oe static_oe property

public static Symbol Goto
Résultat Symbol

GotoCase public_oe static_oe property

public static Symbol GotoCase
Résultat Symbol

If public_oe static_oe property

public static Symbol If
Résultat Symbol

Implicit public_oe static_oe property

public static Symbol Implicit
Résultat Symbol

Import public_oe static_oe property

public static Symbol Import
Résultat Symbol

In public_oe static_oe property

public static Symbol In
Résultat Symbol

IndexBracks public_oe static_oe property

public static Symbol IndexBracks
Résultat Symbol

InitializerAssignment public_oe static_oe property

public static Symbol InitializerAssignment
Résultat Symbol

Int16 public_oe static_oe property

public static Symbol Int16
Résultat Symbol

Int32 public_oe static_oe property

public static Symbol Int32
Résultat Symbol

Int64 public_oe static_oe property

public static Symbol Int64
Résultat Symbol

Int8 public_oe static_oe property

public static Symbol Int8
Résultat Symbol

Interface public_oe static_oe property

public static Symbol Interface
Résultat Symbol

Internal public_oe static_oe property

Provides general access within a library or program (implies #protected_in).
public static Symbol Internal
Résultat Symbol

Is public_oe static_oe property

public static Symbol Is
Résultat Symbol

IsLegal public_oe static_oe property

public static Symbol IsLegal
Résultat Symbol

LE public_oe static_oe property

public static Symbol LE
Résultat Symbol

LT public_oe static_oe property

public static Symbol LT
Résultat Symbol

Label public_oe static_oe property

public static Symbol Label
Résultat Symbol

Lambda public_oe static_oe property

public static Symbol Lambda
Résultat Symbol

LeftArrow public_oe static_oe property

public static Symbol LeftArrow
Résultat Symbol

Lock public_oe static_oe property

public static Symbol Lock
Résultat Symbol

Missing public_oe static_oe property

public static Symbol Missing
Résultat Symbol

Mod public_oe static_oe property

public static Symbol Mod
Résultat Symbol

ModAssign public_oe static_oe property

public static Symbol ModAssign
Résultat Symbol

Module public_oe static_oe property

public static Symbol Module
Résultat Symbol

Mul public_oe static_oe property

public static Symbol Mul
Résultat Symbol

MulAssign public_oe static_oe property

public static Symbol MulAssign
Résultat Symbol

NamedArg public_oe static_oe property

public static Symbol NamedArg
Résultat Symbol

Namespace public_oe static_oe property

public static Symbol Namespace
Résultat Symbol

Neq public_oe static_oe property

public static Symbol Neq
Résultat Symbol

New public_oe static_oe property

public static Symbol New
Résultat Symbol

Not public_oe static_oe property

public static Symbol Not
Résultat Symbol

NotBits public_oe static_oe property

public static Symbol NotBits
Résultat Symbol

Note public_oe static_oe property

public static Symbol Note
Résultat Symbol

NullCoalesce public_oe static_oe property

public static Symbol NullCoalesce
Résultat Symbol

NullCoalesceAssign public_oe static_oe property

public static Symbol NullCoalesceAssign
Résultat Symbol

NullDot public_oe static_oe property

public static Symbol NullDot
Résultat Symbol

NullIndexBracks public_oe static_oe property

public static Symbol NullIndexBracks
Résultat Symbol

Object public_oe static_oe property

public static Symbol Object
Résultat Symbol

Of public_oe static_oe property

public static Symbol Of
Résultat Symbol

Operator public_oe static_oe property

public static Symbol Operator
Résultat Symbol

Or public_oe static_oe property

public static Symbol Or
Résultat Symbol

OrBits public_oe static_oe property

public static Symbol OrBits
Résultat Symbol

OrBitsAssign public_oe static_oe property

public static Symbol OrBitsAssign
Résultat Symbol

Out public_oe static_oe property

public static Symbol Out
Résultat Symbol

Override public_oe static_oe property

public static Symbol Override
Résultat Symbol

PPDefine public_oe static_oe property

public static Symbol PPDefine
Résultat Symbol

PPElIf public_oe static_oe property

public static Symbol PPElIf
Résultat Symbol

PPElse public_oe static_oe property

public static Symbol PPElse
Résultat Symbol

PPEndIf public_oe static_oe property

public static Symbol PPEndIf
Résultat Symbol

PPEndRegion public_oe static_oe property

public static Symbol PPEndRegion
Résultat Symbol

PPError public_oe static_oe property

public static Symbol PPError
Résultat Symbol

PPIf public_oe static_oe property

public static Symbol PPIf
Résultat Symbol

PPLine public_oe static_oe property

public static Symbol PPLine
Résultat Symbol

PPNote public_oe static_oe property

public static Symbol PPNote
Résultat Symbol

PPPragma public_oe static_oe property

public static Symbol PPPragma
Résultat Symbol

PPRegion public_oe static_oe property

public static Symbol PPRegion
Résultat Symbol

PPUndef public_oe static_oe property

public static Symbol PPUndef
Résultat Symbol

PPWarning public_oe static_oe property

public static Symbol PPWarning
Résultat Symbol

Params public_oe static_oe property

public static Symbol Params
Résultat Symbol

Partial public_oe static_oe property

public static Symbol Partial
Résultat Symbol

PostDec public_oe static_oe property

public static Symbol PostDec
Résultat Symbol

PostInc public_oe static_oe property

public static Symbol PostInc
Résultat Symbol

PreDec public_oe static_oe property

public static Symbol PreDec
Résultat Symbol

PreInc public_oe static_oe property

public static Symbol PreInc
Résultat Symbol

Private public_oe static_oe property

Revokes access outside the same space and nested spaces. This can be used in spaces in which the default is not private to request private as a starting point. Therefore, other flags (e.g. #protected_ex) can be added to this flag to indicate what access the user wants to provide instead.
The name #private may be slightly confusing, since a symbol marked #private is not actually private when there are other access markers included at the same time. I considered calling it #revoke instead, since its purpose is to revoke the default access modifiers of the space, but I was concerned that someone might want to reserve #revoke for some other purpose.
public static Symbol Private
Résultat Symbol

Property public_oe static_oe property

public static Symbol Property
Résultat Symbol

Protected public_oe static_oe property

Provides access to all derived classes. Implies #protected_in. #protected #internal corresponds to C# "protected internal"
public static Symbol Protected
Résultat Symbol

ProtectedIn public_oe static_oe property

Provides access to derived classes only within the same library or program (i.e. assembly). There is no C# equivalent to this keyword, which does not provide access outside the assembly.
public static Symbol ProtectedIn
Résultat Symbol

PtrArrow public_oe static_oe property

public static Symbol PtrArrow
Résultat Symbol

Public public_oe static_oe property

Provides general access, even outside the assembly (i.e. dynamic-link library). Implies #internal, #protectedIn and #protected.
public static Symbol Public
Résultat Symbol

QuestionMark public_oe static_oe property

public static Symbol QuestionMark
Résultat Symbol

QuickBind public_oe static_oe property

public static Symbol QuickBind
Résultat Symbol

QuickBindAssign public_oe static_oe property

public static Symbol QuickBindAssign
Résultat Symbol

RawText public_oe static_oe property

public static Symbol RawText
Résultat Symbol

Readonly public_oe static_oe property

public static Symbol Readonly
Résultat Symbol

Ref public_oe static_oe property

public static Symbol Ref
Résultat Symbol

Result public_oe static_oe property

public static Symbol Result
Résultat Symbol

Return public_oe static_oe property

public static Symbol Return
Résultat Symbol

Sealed public_oe static_oe property

public static Symbol Sealed
Résultat Symbol

Semicolon public_oe static_oe property

public static Symbol Semicolon
Résultat Symbol

Shl public_oe static_oe property

public static Symbol Shl
Résultat Symbol

ShlAssign public_oe static_oe property

public static Symbol ShlAssign
Résultat Symbol

Shr public_oe static_oe property

public static Symbol Shr
Résultat Symbol

ShrAssign public_oe static_oe property

public static Symbol ShrAssign
Résultat Symbol

Single public_oe static_oe property

public static Symbol Single
Résultat Symbol

Sizeof public_oe static_oe property

public static Symbol Sizeof
Résultat Symbol

Splice public_oe static_oe property

public static Symbol Splice
Résultat Symbol

StackAlloc public_oe static_oe property

public static Symbol StackAlloc
Résultat Symbol

Static public_oe static_oe property

public static Symbol Static
Résultat Symbol

String public_oe static_oe property

public static Symbol String
Résultat Symbol

Struct public_oe static_oe property

public static Symbol Struct
Résultat Symbol

Sub public_oe static_oe property

public static Symbol Sub
Résultat Symbol

SubAssign public_oe static_oe property

public static Symbol SubAssign
Résultat Symbol

Substitute public_oe static_oe property

public static Symbol Substitute
Résultat Symbol

Switch public_oe static_oe property

public static Symbol Switch
Résultat Symbol

This public_oe static_oe property

public static Symbol This
Résultat Symbol

Throw public_oe static_oe property

public static Symbol Throw
Résultat Symbol

Trait public_oe static_oe property

public static Symbol Trait
Résultat Symbol

TriviaAppendStatement public_oe static_oe property

public static Symbol TriviaAppendStatement
Résultat Symbol

TriviaCsPPRawText public_oe static_oe property

public static Symbol TriviaCsPPRawText
Résultat Symbol

TriviaCsRawText public_oe static_oe property

public static Symbol TriviaCsRawText
Résultat Symbol

TriviaDoubleVerbatim public_oe static_oe property

public static Symbol TriviaDoubleVerbatim
Résultat Symbol

TriviaDummyNode public_oe static_oe property

public static Symbol TriviaDummyNode
Résultat Symbol

TriviaForwardedProperty public_oe static_oe property

public static Symbol TriviaForwardedProperty
Résultat Symbol

TriviaInParens public_oe static_oe property

public static Symbol TriviaInParens
Résultat Symbol

TriviaMLComment public_oe static_oe property

public static Symbol TriviaMLComment
Résultat Symbol

TriviaMacroAttribute public_oe static_oe property

public static Symbol TriviaMacroAttribute
Résultat Symbol

TriviaNewline public_oe static_oe property

public static Symbol TriviaNewline
Résultat Symbol

TriviaRawText public_oe static_oe property

public static Symbol TriviaRawText
Résultat Symbol

TriviaSLComment public_oe static_oe property

public static Symbol TriviaSLComment
Résultat Symbol

TriviaSpaces public_oe static_oe property

public static Symbol TriviaSpaces
Résultat Symbol

TriviaTrailing public_oe static_oe property

public static Symbol TriviaTrailing
Résultat Symbol

TriviaUseOperatorKeyword public_oe static_oe property

public static Symbol TriviaUseOperatorKeyword
Résultat Symbol

TriviaWordAttribute public_oe static_oe property

public static Symbol TriviaWordAttribute
Résultat Symbol

Try public_oe static_oe property

public static Symbol Try
Résultat Symbol

Tuple public_oe static_oe property

public static Symbol Tuple
Résultat Symbol

TwoDimensionalArray public_oe static_oe property

public static Symbol TwoDimensionalArray
Résultat Symbol

Typeof public_oe static_oe property

public static Symbol Typeof
Résultat Symbol

UInt16 public_oe static_oe property

public static Symbol UInt16
Résultat Symbol

UInt32 public_oe static_oe property

public static Symbol UInt32
Résultat Symbol

UInt64 public_oe static_oe property

public static Symbol UInt64
Résultat Symbol

UInt8 public_oe static_oe property

public static Symbol UInt8
Résultat Symbol

Unchecked public_oe static_oe property

public static Symbol Unchecked
Résultat Symbol

Unsafe public_oe static_oe property

public static Symbol Unsafe
Résultat Symbol

UsingCast public_oe static_oe property

public static Symbol UsingCast
Résultat Symbol

UsingStmt public_oe static_oe property

public static Symbol UsingStmt
Résultat Symbol

Var public_oe static_oe property

public static Symbol Var
Résultat Symbol

Virtual public_oe static_oe property

public static Symbol Virtual
Résultat Symbol

Void public_oe static_oe property

public static Symbol Void
Résultat Symbol

Volatile public_oe static_oe property

public static Symbol Volatile
Résultat Symbol

Warning public_oe static_oe property

public static Symbol Warning
Résultat Symbol

Where public_oe static_oe property

public static Symbol Where
Résultat Symbol

While public_oe static_oe property

public static Symbol While
Résultat Symbol

Xor public_oe static_oe property

public static Symbol Xor
Résultat Symbol

XorBits public_oe static_oe property

public static Symbol XorBits
Résultat Symbol

XorBitsAssign public_oe static_oe property

public static Symbol XorBitsAssign
Résultat Symbol

Yield public_oe static_oe property

public static Symbol Yield
Résultat Symbol

_AddressOf public_oe static_oe property

public static Symbol _AddressOf
Résultat Symbol

_Bracks public_oe static_oe property

public static Symbol _Bracks
Résultat Symbol

_Concat public_oe static_oe property

public static Symbol _Concat
Résultat Symbol

_Dereference public_oe static_oe property

public static Symbol _Dereference
Résultat Symbol

_Destruct public_oe static_oe property

public static Symbol _Destruct
Résultat Symbol

_HashMark public_oe static_oe property

public static Symbol _HashMark
Résultat Symbol

_Negate public_oe static_oe property

public static Symbol _Negate
Résultat Symbol

_Pointer public_oe static_oe property

public static Symbol _Pointer
Résultat Symbol

_RightArrow public_oe static_oe property

public static Symbol _RightArrow
Résultat Symbol

_TemplateArg public_oe static_oe property

public static Symbol _TemplateArg
Résultat Symbol

_UnaryPlus public_oe static_oe property

public static Symbol _UnaryPlus
Résultat Symbol

add public_oe static_oe property

public static Symbol add
Résultat Symbol

get public_oe static_oe property

public static Symbol get
Résultat Symbol

remove public_oe static_oe property

public static Symbol remove
Résultat Symbol

set public_oe static_oe property

public static Symbol set
Résultat Symbol

value public_oe static_oe property

public static Symbol value
Résultat Symbol