Méthode | Description | |
---|---|---|
BaseRefactoringDialog ( MonoDevelop.Refactoring.RefactoringOperation refactoring, MonoDevelop.Refactoring.RefactoringOptions options, MonobjcProject project ) : System |
Méthode | Description | |
---|---|---|
GetAttribute ( String attributeType, String parameter ) : ICSharpCode.NRefactory.CSharp.Attribute | ||
GetFieldDeclaration ( String name, AstType propertyType ) : FieldDeclaration | ||
GetPropertyDeclaration ( String name, AstType propertyType, AttributeSection attributeSection = null ) : PropertyDeclaration | ||
GetThrowStatement ( String name ) : ThrowStatement | ||
Indent ( String content, String indent ) : String | ||
Shorten ( IType type ) : AstType |
public BaseRefactoringDialog ( MonoDevelop.Refactoring.RefactoringOperation refactoring, MonoDevelop.Refactoring.RefactoringOptions options, MonobjcProject project ) : System | ||
refactoring | MonoDevelop.Refactoring.RefactoringOperation | |
options | MonoDevelop.Refactoring.RefactoringOptions | |
project | MonobjcProject | |
Résultat | System |
protected GetAttribute ( String attributeType, String parameter ) : ICSharpCode.NRefactory.CSharp.Attribute | ||
attributeType | String | |
parameter | String | |
Résultat | ICSharpCode.NRefactory.CSharp.Attribute |
protected GetFieldDeclaration ( String name, AstType propertyType ) : FieldDeclaration | ||
name | String | |
propertyType | AstType | |
Résultat | FieldDeclaration |
protected GetPropertyDeclaration ( String name, AstType propertyType, AttributeSection attributeSection = null ) : PropertyDeclaration | ||
name | String | |
propertyType | AstType | |
attributeSection | AttributeSection | |
Résultat | PropertyDeclaration |
protected GetThrowStatement ( String name ) : ThrowStatement | ||
name | String | |
Résultat | ThrowStatement |
protected Indent ( String content, String indent ) : String | ||
content | String | |
indent | String | |
Résultat | String |