Server.Gumps.SetObjectGump.InternalPrompt.InternalPrompt C# (CSharp) Méthode

InternalPrompt() public méthode

public InternalPrompt ( PropertyInfo prop, Mobile mobile, object o, Stack stack, Type type, int page, ArrayList list ) : System
prop System.Reflection.PropertyInfo
mobile Mobile
o object
stack System.Collections.Stack
type System.Type
page int
list System.Collections.ArrayList
Résultat System
			public InternalPrompt( PropertyInfo prop, Mobile mobile, object o, Stack stack, Type type, int page, ArrayList list )
			{
				m_Property = prop;
				m_Mobile = mobile;
				m_Object = o;
				m_Stack = stack;
				m_Type = type;
				m_Page = page;
				m_List = list;
			}
SetObjectGump.InternalPrompt