コード例 #1
0
        void AddRawViewNode(AbstractNode contentRoot, ObjectGraphNode thisNode)
        {
            var rawViewNode = new RawViewNode();

            contentRoot.AddChild(rawViewNode);
            LoadNodeObjectContent(rawViewNode, thisNode.Expression, thisNode.PermanentReference.Type);
        }
コード例 #2
0
		void AddRawViewNode(AbstractNode contentRoot, ObjectGraphNode thisNode) {
			var rawViewNode = new RawViewNode();
			contentRoot.AddChild(rawViewNode);
			LoadNodeObjectContent(rawViewNode, thisNode.Expression, thisNode.PermanentReference.Type);
		}