NClass.Java.JavaMethod.JavaMethod C# (CSharp) Method

JavaMethod() private method

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
private JavaMethod ( string name, CompositeType parent ) : System
name string
parent NClass.Core.CompositeType
return System
		internal JavaMethod(string name, CompositeType parent) : base(name, parent)
		{
		}

Same methods

JavaMethod::JavaMethod ( CompositeType parent ) : System