Method | Description | |
---|---|---|
CreateIVarDialog ( RefactoringOperation refactoring, RefactoringOptions options, MonobjcProject project ) : System | ||
OnOKClicked ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
Build ( ) : void |
Method | Description | |
---|---|---|
Generate ( String propertyName, String propertyTypeName, string indent ) : string | ||
Generate ( ) : void | ||
Validate ( ) : bool |
public CreateIVarDialog ( RefactoringOperation refactoring, RefactoringOptions options, MonobjcProject project ) : System | ||
refactoring | RefactoringOperation | |
options | RefactoringOptions | |
project | MonobjcProject | |
return | System |
public OnOKClicked ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |