ArchiMetrics.Analysis.ReferenceResolvers.ReferencedSymbol.ReferencedSymbol C# (CSharp) Метод

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

public ReferencedSymbol ( ISymbol symbol, IEnumerable locations ) : System.Collections.Generic
symbol ISymbol
locations IEnumerable
Результат System.Collections.Generic
		public ReferencedSymbol(ISymbol symbol, IEnumerable<ReferenceLocation> locations)
		{
			Symbol = symbol;
			Locations = locations.AsArray();
		}
ReferencedSymbol