ICSharpCode.NRefactory.MonoCSharp.TypeDefinition.AddIndexer C# (CSharp) Méthode

AddIndexer() public méthode

Indexer has special handling in constrast to other AddXXX because the name can be driven by IndexerNameAttribute
public AddIndexer ( ICSharpCode.NRefactory.MonoCSharp.Indexer i ) : void
i ICSharpCode.NRefactory.MonoCSharp.Indexer
Résultat void
		public void AddIndexer (Indexer i)
		{
			members.Add (i);
		}