AspectSharp.Lang.AST.InterceptorDefinitionCollection.this C# (CSharp) Method

this() public method

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