Mono.CSharp.Indexer.SetIndexerMethod.SetIndexerMethod C# (CSharp) Method

SetIndexerMethod() public method

public SetIndexerMethod ( PropertyBase property, Mono.CSharp.Modifiers modifiers, ParametersCompiled parameters, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : IKVM.Reflection
property PropertyBase
modifiers Mono.CSharp.Modifiers
parameters ParametersCompiled
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
return IKVM.Reflection
            public SetIndexerMethod(PropertyBase property, Modifiers modifiers, ParametersCompiled parameters, Attributes attrs, Location loc)
                : base(property, modifiers, parameters, attrs, loc)
            {
            }
Indexer.SetIndexerMethod