System.Deployment.Internal.Isolation.StoreSubcategoryEnumeration.StoreSubcategoryEnumeration C# (CSharp) Méthode

StoreSubcategoryEnumeration() public méthode

public StoreSubcategoryEnumeration ( IEnumSTORE_CATEGORY_SUBCATEGORY pI ) : System
pI IEnumSTORE_CATEGORY_SUBCATEGORY
Résultat System
        public StoreSubcategoryEnumeration(IEnumSTORE_CATEGORY_SUBCATEGORY pI)
        {
            this._enum = pI;
        }