C# Class ProjectTreeGenerator.Folder

Mostrar archivo Open project: dkoprowski/UnityProjectTreeGenerator Class Usage Examples

Public Properties

Property Type Description
Name string
Subfolders List

Public Methods

Method Description
Add ( string name ) : Folder
Folder ( string name, string dirPath ) : System.Collections.Generic

Method Details

Add() public method

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

Folder() public method

public Folder ( string name, string dirPath ) : System.Collections.Generic
name string
dirPath string
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string

Subfolders public_oe property

public List Subfolders
return List