ArcFM Engine Developer Guide
IsNullOrEmpty<TK,TV>(IDictionary<TK,TV>) Method


see if the collection is null or has 0 items.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function IsNullOrEmpty
    (Of TK,TV)( _
   ByVal dictionary As IDictionary(Of TK,TV) _
) As Boolean
'Usage
 
Dim dictionary As IDictionary(Of TK,TV)
Dim value As Boolean
 
value = EnumerableExtensions.IsNullOrEmpty(Of TK, TV)(dictionary)
[Extension()]
public static bool IsNullOrEmpty<TK,TV>( 
   IDictionary<TK,TV> dictionary
)

Parameters

dictionary

Type Parameters

TK
TV
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EnumerableExtensions Class
EnumerableExtensions Members
Overload List

 

 


Send Comment