Method | Description | |
---|---|---|
Clone ( bool needsOverrideKeywork = false ) : |
creates a copy of this member instance
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateCopy ( ) : |
creates a copy of the given instance, should be implemented by derived classes
|
public Clone ( bool needsOverrideKeywork = false ) : |
||
needsOverrideKeywork | bool | when set, the copy /// will have an additional override keyword |
return |