Nodify.Runtime.Expose.Expose C# (CSharp) Méthode

Expose() public méthode

public Expose ( bool isDefault = false, string resourceIconPath = null ) : System.Collections
isDefault bool
resourceIconPath string
Résultat System.Collections
        public Expose(bool isDefault = false, string resourceIconPath = null)
        {
            this.isDefault = isDefault;
            this.iconPath = resourceIconPath;
        }
Expose