C# 클래스 UnitWrappers.InMemoryFileSystem.Node

파일 보기 프로젝트 열기: OpenSharp/UnitWrappers

공개 메소드들

메소드 설명
AddContent ( Node node ) : void
GetHashCode ( ) : int
Node ( string name, FileAttributes attrs ) : System

메소드 상세

AddContent() 공개 메소드

public AddContent ( Node node ) : void
node Node
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Node() 공개 메소드

public Node ( string name, FileAttributes attrs ) : System
name string
attrs FileAttributes
리턴 System