Skip to content

CodeSearch.CodeSearchMatch

ClassAssetInventoryAssetInventory.Editor
public sealed class CodeSearch.CodeSearchMatch

One ranked code-search match with its source range, symbol, snippet, content, and relevance score.

public int ChunkId

Returns

System.Int32

public int StartLine

Returns

System.Int32

public int EndLine

Returns

System.Int32

public string Symbol

Returns

System.String

public string Snippet

Returns

System.String

public string Content

Returns

System.String

public float Score

Returns

System.Single

public CodeSearchMatch()