C# Class IKVM.Internal.VirtualFileSystem.VfsDirectory

Inheritance: VfsEntry
Show file Open project: samskivert/ikvm-monotouch

Protected Properties

Property Type Description
entries VfsEntry>.Dictionary

Private Methods

Method Description
Add ( string name, VfsEntry entry ) : void
AddDirectory ( string name ) : VfsDirectory
GetEntry ( int index, string path ) : VfsEntry
GetEntry ( string name ) : VfsEntry
List ( ) : string[]

Property Details

entries protected property

protected Dictionary entries
return VfsEntry>.Dictionary