The SharedList<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | Dispose()()()() | |
![]() | Dispose(Boolean) | |
![]() | EnsureNotDisposed | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Overrides Object..::..Finalize()()()().) |
![]() | GetEnumerator | |
![]() | GetEnumerator1 | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetReadLock()()()() | |
![]() | GetReadLock(Int32) | |
![]() | GetReadLock(TimeSpan) | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWriteLock()()()() | |
![]() | GetWriteLock(Int32) | |
![]() | GetWriteLock(TimeSpan) | |
![]() | IndexOf | |
![]() | Insert | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ForEach<(Of <<'(T>)>>) |
Executes an action for each element in the source collection.
(Defined by CollectionExtensions.) |
![]() | InPagesOf<(Of <<'(T>)>>) |
Filters the incoming store to retrieve pages of a specified size.
(Defined by PagingExtensions.) |
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
![]() | ToPagedList<(Of <<'(T>)>>) | (Defined by PagingExtensions.) |