class HidePropertyAttribute
A way to hide properties from parent classes in tools.
public HidePropertyAttribute( string internal_name )
No summary.
internal_nameThe internal/fgd name to skip. Usually all lowercase and with underscores (_) instead of spaces.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.