Table of Contents

Class ProjectReferences

Namespace
SunamoDevCode.Aps.Projs.Data
Assembly
SunamoDevCode.dll

Contains project references with their XML nodes

public class ProjectReferences
Inheritance
ProjectReferences
Inherited Members
Extension Methods

Properties

Nodes

XML nodes representing the project references

public List<XmlNode> Nodes { get; set; }

Property Value

List<XmlNode>

Projects

List of project names or paths

public List<string> Projects { get; set; }

Property Value

List<string>