Method | Description | |
---|---|---|
BuiltInPresetEntry ( string baseDirectory, string filename, byte data ) : System | ||
Equals ( ISavedPresetEntry other ) : bool | ||
Equals ( object other ) : bool | ||
GetHashCode ( ) : int | ||
ReadData ( ) : string | ||
SetParent ( string baseDirectory ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Equals ( |
public BuiltInPresetEntry ( string baseDirectory, string filename, byte data ) : System | ||
baseDirectory | string | |
filename | string | |
data | byte | |
return | System |
protected Equals ( |
||
other | ||
return | bool |
public Equals ( ISavedPresetEntry other ) : bool | ||
other | ISavedPresetEntry | |
return | bool |
public SetParent ( string baseDirectory ) : void | ||
baseDirectory | string | |
return | void |