Method | Description | |
---|---|---|
AttributeCollection ( ) : System | ||
AttributeCollection ( Boo parent ) : System | ||
Contains ( string attributeName ) : bool | ||
Get ( string attributeName ) : Boo.Lang.Compiler.Ast.Attribute[] |
public AttributeCollection ( Boo parent ) : System | ||
parent | Boo | |
return | System |
public Contains ( string attributeName ) : bool | ||
attributeName | string | |
return | bool |
public Get ( string attributeName ) : Boo.Lang.Compiler.Ast.Attribute[] | ||
attributeName | string | |
return | Boo.Lang.Compiler.Ast.Attribute[] |