C# 클래스 Microsoft.Zing.AttributedStatement

상속: System.Compiler.Statement
파일 보기 프로젝트 열기: ZingModelChecker/Zing 1 사용 예제들

공개 메소드들

메소드 설명
AttributedStatement ( ) : System.Collections.Generic
AttributedStatement ( AttributeList attributes ) : System.Collections.Generic
AttributedStatement ( AttributeList attributes, System.Compiler.Statement statement ) : System.Collections.Generic
AttributedStatement ( System.Compiler.AttributeNode attr, System.Compiler.Statement statement ) : System.Collections.Generic

메소드 상세

AttributedStatement() 공개 메소드

public AttributedStatement ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AttributedStatement() 공개 메소드

public AttributedStatement ( AttributeList attributes ) : System.Collections.Generic
attributes AttributeList
리턴 System.Collections.Generic

AttributedStatement() 공개 메소드

public AttributedStatement ( AttributeList attributes, System.Compiler.Statement statement ) : System.Collections.Generic
attributes AttributeList
statement System.Compiler.Statement
리턴 System.Collections.Generic

AttributedStatement() 공개 메소드

public AttributedStatement ( System.Compiler.AttributeNode attr, System.Compiler.Statement statement ) : System.Collections.Generic
attr System.Compiler.AttributeNode
statement System.Compiler.Statement
리턴 System.Collections.Generic