C# Class UnitWrappers.InMemoryFileSystem.Node

Afficher le fichier Open project: OpenSharp/UnitWrappers

Méthodes publiques

Méthode Description
AddContent ( Node node ) : void
GetHashCode ( ) : int
Node ( string name, FileAttributes attrs ) : System

Method Details

AddContent() public méthode

public AddContent ( Node node ) : void
node Node
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Node() public méthode

public Node ( string name, FileAttributes attrs ) : System
name string
attrs FileAttributes
Résultat System