System.IKVMInterop.GetJavaReader C# (CSharp) Метод

GetJavaReader() статический публичный Метод

static public GetJavaReader ( this This ) : java.io.Reader
This this
Результат java.io.Reader
		static public java.io.Reader GetJavaReader(this TextReader This)
		{
			return new IKVMReader(This);
		}