Method |
Description |
|
WriteBindings ( DelegateCollection delegates, FunctionCollection wrappers, EnumCollection enums ) : void |
|
|
WriteConstants ( BindStreamWriter sw, IEnumerable constants ) : void |
|
|
WriteDelegates ( BindStreamWriter sw, DelegateCollection delegates ) : void |
|
|
WriteDocumentation ( BindStreamWriter sw, System.Function f ) : void |
|
|
WriteEnums ( BindStreamWriter sw, EnumCollection enums, FunctionCollection wrappers ) : void |
|
|
WriteMethod ( BindStreamWriter sw, System.Function f ) : void |
|
|
WriteWrapper ( BindStreamWriter sw, int current, System.Function f ) : int |
|
|