Interface IProfileResult
public interface IProfileResult : IReadOnlyCollection<IProfileResult>, IEnumerable<IProfileResult>, IEnumerable
- Inherited Members
Properties
Elapsed
long Elapsed { get; }
Property Value
IsValid
bool IsValid { get; }
Property Value
Name
string Name { get; }