C# Class FileSystemTree.Folder

Mostra file Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Public Methods

Method Description
AddChildFolder ( Folder newFolder ) : void
AddFile ( File newFile ) : void
Folder ( string name ) : System
GetSize ( ) : long

Method Details

AddChildFolder() public method

public AddChildFolder ( Folder newFolder ) : void
newFolder Folder
return void

AddFile() public method

public AddFile ( File newFile ) : void
newFile File
return void

Folder() public method

public Folder ( string name ) : System
name string
return System

GetSize() public method

public GetSize ( ) : long
return long