System.Data.ProviderBase.SimpleCapture.SimpleCapture C# (CSharp) Method

SimpleCapture() protected method

protected SimpleCapture ( int index, int length, string input ) : System.Data
index int
length int
input string
return System.Data
		protected SimpleCapture(int index, int length, string input) {
			_index = index;
			_length = length;
			_input = input;
		}
SimpleCapture