Allen.Util.CSharpRefTree.PrjInfo.PrjInfo C# (CSharp) Method

PrjInfo() public method

public PrjInfo ( ) : System.Collections.Generic
return System.Collections.Generic
        public PrjInfo()
        {
            PrjRef = new List<PrjInfo>();
            OriginalRef = new List<string>();
            RefError = new List<string>();
            BeRefBy = new List<PrjInfo>();
        }

Same methods

PrjInfo::PrjInfo ( Assembly ass ) : System.Collections.Generic
PrjInfo::PrjInfo ( string csprjPath ) : System.Collections.Generic