Method | Description | |
---|---|---|
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 |
public AttributedStatement ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AttributedStatement ( AttributeList attributes ) : System.Collections.Generic | ||
attributes | AttributeList | |
return | System.Collections.Generic |
public AttributedStatement ( AttributeList attributes, System.Compiler.Statement statement ) : System.Collections.Generic | ||
attributes | AttributeList | |
statement | System.Compiler.Statement | |
return | System.Collections.Generic |
public AttributedStatement ( System.Compiler.AttributeNode attr, System.Compiler.Statement statement ) : System.Collections.Generic | ||
attr | System.Compiler.AttributeNode | |
statement | System.Compiler.Statement | |
return | System.Collections.Generic |