Server.Gumps.SetPoint3DGump.InternalTarget.InternalTarget C# (CSharp) Méthode

InternalTarget() public méthode

public InternalTarget ( PropertyInfo prop, Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System.Reflection
prop System.Reflection.PropertyInfo
mobile Mobile
o object
stack System.Collections.Stack
page int
list System.Collections.ArrayList
Résultat System.Reflection
			public InternalTarget( PropertyInfo prop, Mobile mobile, object o, Stack stack, int page, ArrayList list ) : base( -1, true, TargetFlags.None )
			{
				m_Property = prop;
				m_Mobile = mobile;
				m_Object = o;
				m_Stack = stack;
				m_Page = page;
				m_List = list;
			}
SetPoint3DGump.InternalTarget