C# Class MixinRefactoring.Property

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

Méthodes publiques

Méthode Description
Property ( string name, ITypeSymbol type, bool hasGetter, bool hasSetter ) : System

Méthodes protégées

Méthode Description
CreateCopy ( ) : Member

Method Details

CreateCopy() protected méthode

protected CreateCopy ( ) : Member
Résultat Member

Property() public méthode

public Property ( string name, ITypeSymbol type, bool hasGetter, bool hasSetter ) : System
name string
type ITypeSymbol
hasGetter bool
hasSetter bool
Résultat System