System.Data.ProviderBase.SimpleCapture.SimpleCapture C# (CSharp) 메소드

SimpleCapture() 보호된 메소드

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