C# Class ProjectTreeGenerator.Folder

Afficher le fichier Open project: dkoprowski/UnityProjectTreeGenerator Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Subfolders List

Méthodes publiques

Méthode Description
Add ( string name ) : Folder
Folder ( string name, string dirPath ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( string name ) : Folder
name string
Résultat Folder

Folder() public méthode

public Folder ( string name, string dirPath ) : System.Collections.Generic
name string
dirPath string
Résultat System.Collections.Generic

Property Details

Name public_oe property

public string Name
Résultat string

Subfolders public_oe property

public List Subfolders
Résultat List