Share via


Collection<T>.Empty Property

Gets a singleton, read-only, empty collection instance.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Empty As IMetadataCollection(Of T)
    Get
'Usage
Dim value As IMetadataCollection(Of T)

value = Collection.Empty
public static IMetadataCollection<T> Empty { get; }
public:
static property IMetadataCollection<T>^ Empty {
    IMetadataCollection<T>^ get ();
}
static member Empty : IMetadataCollection<'T>
static function get Empty () : IMetadataCollection<T>