Table of Contents

Class FixedVariableInitializer

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll

Name [ CountExpression ]

public class FixedVariableInitializer : AstNode, IAnnotatable, IFreezable, INode, ICloneable
Inheritance
FixedVariableInitializer
Implements
Inherited Members
Extension Methods

Constructors

FixedVariableInitializer()

public FixedVariableInitializer()

FixedVariableInitializer(string, Expression)

public FixedVariableInitializer(string name, Expression initializer = null)

Parameters

name string
initializer Expression

Properties

CountExpression

public Expression CountExpression { get; set; }

Property Value

Expression

LBracketToken

public CSharpTokenNode LBracketToken { get; }

Property Value

CSharpTokenNode

Name

public string Name { get; set; }

Property Value

string

NameToken

public Identifier NameToken { get; set; }

Property Value

Identifier

NodeType

public override NodeType NodeType { get; }

Property Value

NodeType

RBracketToken

public CSharpTokenNode RBracketToken { get; }

Property Value

CSharpTokenNode

Methods

AcceptVisitor(IAstVisitor)

public override void AcceptVisitor(IAstVisitor visitor)

Parameters

visitor IAstVisitor

AcceptVisitor<T>(IAstVisitor<T>)

public override T AcceptVisitor<T>(IAstVisitor<T> visitor)

Parameters

visitor IAstVisitor<T>

Returns

T

Type Parameters

T

AcceptVisitor<T, S>(IAstVisitor<T, S>, T)

public override S AcceptVisitor<T, S>(IAstVisitor<T, S> visitor, T data)

Parameters

visitor IAstVisitor<T, S>
data T

Returns

S

Type Parameters

T
S

DoMatch(AstNode, Match)

protected override bool DoMatch(AstNode other, Match match)

Parameters

other AstNode
match Match

Returns

bool