Server.Commands.CategoryTypeEntry.CategoryTypeEntry C# (CSharp) Méthode

CategoryTypeEntry() public méthode

public CategoryTypeEntry ( Type type ) : System
type System.Type
Résultat System
		public CategoryTypeEntry( Type type )
		{
			m_Type = type;
			m_Object = Activator.CreateInstance( type );
		}
	}
CategoryTypeEntry