C# Class MixinRefactoring.IndexerProperty

index properties can also have a parameterlist, also their name is not relevant, so their meta name, which is "Item" is used
Inheritance: Property, IParameterList
Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Parameter parameter ) : void
GetEnumerator ( ) : IEnumerator
GetParameter ( int index ) : Parameter
IndexerProperty ( ITypeSymbol type, bool hasGetter, bool hasSetter ) : Microsoft.CodeAnalysis
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateCopy ( ) : Member

Method Details

Add() public méthode

public Add ( Parameter parameter ) : void
parameter Parameter
Résultat void

CreateCopy() protected méthode

protected CreateCopy ( ) : Member
Résultat Member

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetParameter() public méthode

public GetParameter ( int index ) : Parameter
index int
Résultat Parameter

IndexerProperty() public méthode

public IndexerProperty ( ITypeSymbol type, bool hasGetter, bool hasSetter ) : Microsoft.CodeAnalysis
type ITypeSymbol
hasGetter bool
hasSetter bool
Résultat Microsoft.CodeAnalysis

ToString() public méthode

public ToString ( ) : string
Résultat string