메소드 | 설명 | |
---|---|---|
Load ( |
|
|
LoadFromFile ( string fileName ) : void |
Loads collection from a file.
|
|
Save ( |
|
|
SaveToFile ( string fileName ) : void |
Stores collection of the objectects into a file in a binary format.
|
메소드 | 설명 | |
---|---|---|
CreateContainigObject ( ) : NeuroObject |
Constucts the object that could be stored in this collection.
|
메소드 | 설명 | |
---|---|---|
NeuroObjectCollection ( ) : System |
Creates the collection.
|
|
NeuroObjectCollection ( string fileName ) : System |
Constructor. Creates the collection and loads content from a file.
|
protected abstract CreateContainigObject ( ) : NeuroObject | ||
리턴 | NeuroObject |
public Load ( |
||
binaryReader | ||
리턴 | void |
public Save ( |
||
binaryWriter | ||
리턴 | void |