C# Class UnitWrappers.InMemoryFileSystem.Node

Mostrar archivo Open project: OpenSharp/UnitWrappers

Public Methods

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

Method Details

AddContent() public method

public AddContent ( Node node ) : void
node Node
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

Node() public method

public Node ( string name, FileAttributes attrs ) : System
name string
attrs FileAttributes
return System