System.IKVMInterop.GetJavaReader C# (CSharp) Méthode

GetJavaReader() static public méthode

static public GetJavaReader ( this This ) : java.io.Reader
This this
Résultat java.io.Reader
		static public java.io.Reader GetJavaReader(this TextReader This)
		{
			return new IKVMReader(This);
		}