Org.Mozilla.Classfile.FieldOrMethodRef.FieldOrMethodRef C# (CSharp) Method

FieldOrMethodRef() private method

private FieldOrMethodRef ( string className, string name, string type ) : System
className string
name string
type string
return System
		internal FieldOrMethodRef(string className, string name, string type)
		{
			this.className = className;
			this.name = name;
			this.type = type;
		}