ICSharpCode.NRefactory.Ast.PropertySetRegion.PropertySetRegion C# (CSharp) 메소드

PropertySetRegion() 공개 메소드

public PropertySetRegion ( ICSharpCode.NRefactory.Ast.BlockStatement block, List attributes ) : System
block ICSharpCode.NRefactory.Ast.BlockStatement
attributes List
리턴 System
        public PropertySetRegion(BlockStatement block, List<AttributeSection> attributes)
            : base(block, attributes)
        {
            parameters = new List<ParameterDeclarationExpression>();
        }