代码搜索:Expression
找到约 10,000 项符合「Expression」的源代码
代码结果 10,000
www.eeworm.com/read/124637/6042422
cs castexpression.cs
using System;
using System.Diagnostics;
using System.Collections;
namespace ICSharpCode.CsVbRefactory.Parser.AST
{
public class CastExpression : Expression
{
TypeReference castTo;
Exp
www.eeworm.com/read/124637/6042444
cs statementexpression.cs
// StatementExpression.cs
// Copyright (C) 2003 Mike Krueger (mike@icsharpcode.net)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Gen
www.eeworm.com/read/124637/6042541
cs unaryoperatorexpression.cs
using System;
using System.Collections;
namespace ICSharpCode.SharpRefactory.Parser.AST
{
public class UnaryOperatorExpression : Expression
{
Expression expression;
UnaryOperato
www.eeworm.com/read/124637/6042542
cs directionexpression.cs
using System;
using System.Collections;
namespace ICSharpCode.SharpRefactory.Parser.AST {
public class DirectionExpression : Expression
{
FieldDirection fieldDirection;
Expression
www.eeworm.com/read/124637/6042551
cs pointerreferenceexpression.cs
using System;
using System.Collections;
namespace ICSharpCode.SharpRefactory.Parser.AST
{
public class PointerReferenceExpression : Expression
{
Expression expression;
string ident
www.eeworm.com/read/124637/6042553
cs castexpression.cs
using System;
using System.Collections;
namespace ICSharpCode.SharpRefactory.Parser.AST
{
public class CastExpression : Expression
{
TypeReference castTo;
Expression expression;
www.eeworm.com/read/124637/6042555
cs stackallocexpression.cs
using System;
using System.Collections;
namespace ICSharpCode.SharpRefactory.Parser.AST
{
public class StackAllocExpression : Expression
{
TypeReference type;
Expression expression;
www.eeworm.com/read/124637/6042585
cs foreachstatement.cs
using System;
using System.Collections;
namespace ICSharpCode.SharpRefactory.Parser.AST
{
public class ForeachStatement : Statement
{
TypeReference typeReference;
string variabl
www.eeworm.com/read/124637/6042588
cs statementexpression.cs
// StatementExpression.cs
// Copyright (C) 2003 Mike Krueger (mike@icsharpcode.net)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Gen
www.eeworm.com/read/124637/6042833
cs loopcontrolvariableexpression.cs
using System;
using System.Collections;
using ICSharpCode.SharpRefactory.Parser.VB;
namespace ICSharpCode.SharpRefactory.Parser.AST.VB
{
public class LoopControlVariableExpression : Expressi