Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FileSystemTree
Folder
C# Class FileSystemTree.Folder
Mostrar archivo
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