コード例 #1
0
 protected NavigationRoot(NavigationRootIdentifier RootIdentifier, object Value)
 {
     this.RootIdentifier = RootIdentifier;
     this.Value          = Value;
 }
コード例 #2
0
ファイル: NodeFileSystemRoot.cs プロジェクト: 0xCM/Meta.Core
 public NodeFileSystemRoot(NavigationRootIdentifier RootIdentifier, NodeFolderPath RootValue)
     : base(RootIdentifier, RootValue)
 {
 }