System.Deployment.Internal.Isolation.StoreSubcategoryEnumeration.StoreSubcategoryEnumeration C# (CSharp) 메소드

StoreSubcategoryEnumeration() 공개 메소드

public StoreSubcategoryEnumeration ( IEnumSTORE_CATEGORY_SUBCATEGORY pI ) : System
pI IEnumSTORE_CATEGORY_SUBCATEGORY
리턴 System
        public StoreSubcategoryEnumeration(IEnumSTORE_CATEGORY_SUBCATEGORY pI)
        {
            this._enum = pI;
        }