Server.Items.FillableEntry.FillableEntry C# (CSharp) Méthode

FillableEntry() public méthode

public FillableEntry ( Type type ) : System
type System.Type
Résultat System
		public FillableEntry( Type type )
			: this( 1, new Type[] { type } )
		{
		}

Same methods

FillableEntry::FillableEntry ( int weight, Type type ) : System
FillableEntry::FillableEntry ( int weight, Type types, int offset, int count ) : System