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