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

PropertyGetSetRegion() 보호된 메소드

protected PropertyGetSetRegion ( ICSharpCode.NRefactory.Ast.BlockStatement block, List attributes ) : System
block ICSharpCode.NRefactory.Ast.BlockStatement
attributes List
리턴 System
        protected PropertyGetSetRegion(BlockStatement block, List<AttributeSection> attributes)
        {
            Block = block;
            Attributes = attributes;
        }
PropertyGetSetRegion