Method | Description | |
---|---|---|
EditorAttribute ( ) : System.Diagnostics | ||
EditorAttribute ( Type type, Type baseType ) : System.Diagnostics | ||
EditorAttribute ( string typeName, Type baseType ) : System.Diagnostics | ||
EditorAttribute ( string typeName, string baseTypeName ) : System.Diagnostics | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
public EditorAttribute ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public EditorAttribute ( Type type, Type baseType ) : System.Diagnostics | ||
type | Type | |
baseType | Type | |
return | System.Diagnostics |
public EditorAttribute ( string typeName, Type baseType ) : System.Diagnostics | ||
typeName | string | |
baseType | Type | |
return | System.Diagnostics |
public EditorAttribute ( string typeName, string baseTypeName ) : System.Diagnostics | ||
typeName | string | |
baseTypeName | string | |
return | System.Diagnostics |