'Declaration <ExtensionAttribute()> Public Shared Function GetItems( _ ByVal group As Group _ ) As IList(Of Object)
'Usage Dim group As Group Dim value As IList(Of Object) value = GroupExtensions.GetItems(group)
[Extension()] public static IList<object> GetItems( Group group )
Parameters
- group
- The Group whose items are to be retrieved.