Gum.DataTypes.Variables.VariableSave.ShouldSerializeIsHiddenInPropertyGrid C# (CSharp) Méthode

ShouldSerializeIsHiddenInPropertyGrid() public méthode

public ShouldSerializeIsHiddenInPropertyGrid ( ) : bool
Résultat bool
        public bool ShouldSerializeIsHiddenInPropertyGrid()
        {
            return IsHiddenInPropertyGrid == true;
        }