C# Class MixinRefactoring.Class

a class represents an class declaration that was either read from source code or from a type symbol
Inheritance: IMethodList, IPropertyList, IEventList
Datei anzeigen Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
AddEvent ( Event @event ) : void
AddMethod ( Method newMethod ) : void
AddProperty ( Property newProperty ) : void
HasOverride ( Member abstractMember ) : bool
ToString ( ) : string

Method Details

AddEvent() public method

public AddEvent ( Event @event ) : void
@event Event
return void

AddMethod() public method

public AddMethod ( Method newMethod ) : void
newMethod Method
return void

AddProperty() public method

public AddProperty ( Property newProperty ) : void
newProperty Property
return void

HasOverride() public method

public HasOverride ( Member abstractMember ) : bool
abstractMember Member
return bool

ToString() public method

public ToString ( ) : string
return string