public class DnsSecResult<T>
where T : DnsRecordBase
Public Class DnsSecResult(Of T As DnsRecordBase)
generic<typename T>
where T : DnsRecordBase
public ref class DnsSecResult
type DnsSecResult<'T when 'T : DnsRecordBase> = class end
Records | The records representing the response |
ValidationResult | The result of the validation process |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |