Allen.Util.CSharpRefTree.PrjInfo.PrjInfo C# (CSharp) Метод

PrjInfo() публичный Метод

public PrjInfo ( ) : System.Collections.Generic
Результат 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