T
RecordsOfType<T>() Method
See Also 
SourceCode.Net.Dns Namespace > DnsResponse Class > RecordsOfType Method : RecordsOfType<T>() Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function RecordsOfType(Of T)() As IEnumerable(Of T)
Visual Basic (Usage) Copy Code
Dim instance As DnsResponse
Dim value As IEnumerable(Of T)
 
value = instance.RecordsOfType(Of T)()
C#  
public IEnumerable<T> RecordsOfType<T>()
C++/CLI  
public:
IEnumerable<T^>^ RecordsOfTypegeneric<typename T>
(); 

Type Parameters

T

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also