Server.Gumps.SetCustomEnumGump.SetCustomEnumGump C# (CSharp) Méthode

SetCustomEnumGump() public méthode

public SetCustomEnumGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string names ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
propspage int
list System.Collections.ArrayList
names string
Résultat System
		public SetCustomEnumGump( PropertyInfo prop, Mobile mobile, object o, Stack stack, int propspage, ArrayList list, string[] names ) : base( prop, mobile, o, stack, propspage, list, names, null )
		{
			m_Names = names;
		}