LanguagePrimitives.IsObjectEnumerable(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns True if the language considers obj to be IEnumerable.
public:
static bool IsObjectEnumerable(System::Object ^ obj);
public:
static bool IsObjectEnumerable(Platform::Object ^ obj);
static bool IsObjectEnumerable(winrt::Windows::Foundation::IInspectable const & obj);
public static bool IsObjectEnumerable (object obj);
static member IsObjectEnumerable : obj -> bool
Public Shared Function IsObjectEnumerable (obj As Object) As Boolean
Parameters
- obj
- Object
IEnumerable or IEnumerable-like object