API Reference
Class
SummaryCounts
Summary counts.
Inheritance
- Object
- SummaryCounts
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ResolveResult.Summary
- Method SummaryCounts.<Clone>$
Accepted by parameters
- Constructor ResolveResult.ResolveResult
- Method ResolveResult.Deconstruct
Constructors
public SummaryCounts(Int64 Resolved, Int64 NotFound, Int64 Unsupported, Int64 Errors) #Summary counts.
Parameters
- Resolved System.Int64
- NotFound System.Int64
- Unsupported System.Int64
- Errors System.Int64
Methods
public SummaryCounts <Clone>$() #Returns:
SummaryCountspublic Void Deconstruct(out Int64 Resolved, out Int64 NotFound, out Int64 Unsupported, out Int64 Errors) #Returns:
VoidParameters
- Resolved Int64
- NotFound Int64
- Unsupported Int64
- Errors Int64
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String