 | EnumerableExtensionsForNetForumEntityAnyByIdT Method |
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic static bool AnyById<T>(
this IEnumerable<T> source,
NetForumId id
)
where T : NetForumEntity
<ExtensionAttribute>
Public Shared Function AnyById(Of T As NetForumEntity) (
source As IEnumerable(Of T),
id As NetForumId
) As Boolean
public:
[ExtensionAttribute]
generic<typename T>
where T : NetForumEntity
static bool AnyById(
IEnumerable<T>^ source,
NetForumId^ id
)
[<ExtensionAttribute>]
static member AnyById :
source : IEnumerable<'T> *
id : NetForumId -> bool when 'T : NetForumEntityParameters
- source IEnumerableT
-
- id NetForumId
-
Type Parameters
- T
Return Value
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableT. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also