DirectX.Capture.SourceCollection.this C# (CSharp) Method

this() public method

Get the source at the specified index.
public this ( int index ) : DirectX.Capture.Source
index int
return DirectX.Capture.Source
		public Source this[int index]
		{
			get { return( (Source) InnerList[index] ); }
		}