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
ファイルを表示 Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CreateCopy ( ) : Member

Method Details

Add() public method

public Add ( Parameter parameter ) : void
parameter Parameter
return void

CreateCopy() protected method

protected CreateCopy ( ) : Member
return Member

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetParameter() public method

public GetParameter ( int index ) : Parameter
index int
return Parameter

IndexerProperty() public method

public IndexerProperty ( ITypeSymbol type, bool hasGetter, bool hasSetter ) : Microsoft.CodeAnalysis
type ITypeSymbol
hasGetter bool
hasSetter bool
return Microsoft.CodeAnalysis

ToString() public method

public ToString ( ) : string
return string