C# Class MixinRefactoring.Member

Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( bool needsOverrideKeywork = false ) : Member

creates a copy of this member instance

ToString ( ) : string

Méthodes protégées

Méthode Description
CreateCopy ( ) : Member

creates a copy of the given instance, should be implemented by derived classes

Method Details

Clone() public méthode

creates a copy of this member instance
public Clone ( bool needsOverrideKeywork = false ) : Member
needsOverrideKeywork bool when set, the copy /// will have an additional override keyword
Résultat Member

CreateCopy() protected abstract méthode

creates a copy of the given instance, should be implemented by derived classes
protected abstract CreateCopy ( ) : Member
Résultat Member

ToString() public méthode

public ToString ( ) : string
Résultat string