AspectSharp.Lang.AST.InterceptorDefinitionCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : InterceptorDefinition
index int
Résultat InterceptorDefinition
		public InterceptorDefinition this[ int index ]
		{
			get { return InnerList[index] as InterceptorDefinition; }
		}
	}
InterceptorDefinitionCollection