MixinRefactoring.IndexerProperty.IndexerProperty C# (CSharp) Метод

IndexerProperty() публичный Метод

public IndexerProperty ( ITypeSymbol type, bool hasGetter, bool hasSetter ) : Microsoft.CodeAnalysis
type ITypeSymbol
hasGetter bool
hasSetter bool
Результат Microsoft.CodeAnalysis
        public IndexerProperty(
            ITypeSymbol type, 
            bool hasGetter, 
            bool hasSetter):
            base("Item",type,hasGetter, hasSetter)
        {
        }