AspectSharp.Lang.AST.InterceptorDefinitionCollection.this C# (CSharp) Метод

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

public this ( int index ) : InterceptorDefinition
index int
Результат InterceptorDefinition
		public InterceptorDefinition this[ int index ]
		{
			get { return InnerList[index] as InterceptorDefinition; }
		}
	}
InterceptorDefinitionCollection