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
Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

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

Method Details

AddEvent() public méthode

public AddEvent ( Event @event ) : void
@event Event
Résultat void

AddMethod() public méthode

public AddMethod ( Method newMethod ) : void
newMethod Method
Résultat void

AddProperty() public méthode

public AddProperty ( Property newProperty ) : void
newProperty Property
Résultat void

HasOverride() public méthode

public HasOverride ( Member abstractMember ) : bool
abstractMember Member
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string