Source Property
// .NET Standard 1.6 + Platform Extensions
// Microsoft.Cci, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
namespace Microsoft.Cci
{
public interface ISourceLocation : ILocation
{
string Source { get; }
}
}
Usage
Metadata
- ID
- P:Microsoft.Cci.ISourceLocation.Source
Declarations
Platform | Version | Assembly |
---|---|---|
.NET Standard + Platform Extensions | 1.6 | Microsoft.Cci, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |