AnalyzeRawProtobuf.SourceCodeInfo.SourceCodeInfo C# (CSharp) Method

SourceCodeInfo() public method

Initializes a new instance of the SourceCodeInfo class.
public SourceCodeInfo ( ) : System.Collections.Generic
return System.Collections.Generic
        public SourceCodeInfo()
        {
            Locations = new List<Location>();
        }
SourceCodeInfo