An NDoc Documented Class Library

NullWindowItemsMap Members

NullWindowItemsMap overview

Public Instance Constructors

NullWindowItemsMap ConstructorInitializes a new instance of the NullWindowItemsMap class.

Public Instance Properties

Capacity (inherited from List`1) Gets or sets the total number of elements the internal data structure can hold without resizing.
Count (inherited from List`1) Gets the number of elements actually contained in the List`1.
CurrentWindowPosition 
First (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
IsEmpty (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
IsNotEmpty (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
Item (inherited from List`1) Gets or sets the element at the specified index.
ItemType (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
Last (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
LoadedFromFile 

Public Instance Methods

AddOverloaded.  
Add (inherited from List`1)Overloaded.  
AddRange (inherited from Bricks.RuntimeFramework.BricksCollection`1)Overloaded.  
AddRange (inherited from List`1)Overloaded.  
AsReadOnly (inherited from List`1) Returns a read-only IList`1 wrapper for the current collection.
AtleastOneMatches (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
BinarySearch (inherited from List`1)Overloaded.  
Clear (inherited from List`1) Removes all elements from the List`1.
Clone (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
Contains (inherited from Bricks.RuntimeFramework.BricksCollection`1)Overloaded.  
Contains (inherited from List`1)Overloaded.  
ConvertAll (inherited from List`1) 
CopyTo (inherited from List`1)Overloaded.  
Distinct (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exists (inherited from List`1) 
Filter (inherited from Bricks.RuntimeFramework.BricksCollection`1)Overloaded.  
Find (inherited from List`1) 
FindAll (inherited from List`1) 
FindIndex (inherited from List`1)Overloaded.  
FindLast (inherited from List`1) 
FindLastIndex (inherited from List`1)Overloaded.  
ForEach (inherited from List`1) 
GetEnumerator (inherited from List`1) Returns an enumerator that iterates through the List`1.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetItemLocation 
GetRange (inherited from List`1) Creates a shallow copy of a range of elements in the source List`1.
GetType (inherited from Object) Gets the Type of the current instance.
Has (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
IndexOf (inherited from List`1)Overloaded.  
Insert (inherited from List`1) 
InsertRange (inherited from List`1) 
ItemwiseEquals (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
LastIndexOf (inherited from List`1)Overloaded.  
Merge (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
MoveRange (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
Remove (inherited from List`1) 
RemoveAll (inherited from List`1) 
RemoveAt (inherited from List`1) Removes the element at the specified index of the List`1.
RemoveRange (inherited from List`1) Removes a range of elements from the List`1.
Replace (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
Reverse (inherited from List`1)Overloaded. Reverses the order of the elements in the entire List`1.
Save 
Sort (inherited from List`1)Overloaded. Sorts the elements in the entire List`1 using the default comparer.
SortedList (inherited from Bricks.RuntimeFramework.BricksCollection`1)Overloaded.  
ToArray (inherited from List`1) Copies the elements of the List`1 to a new array.
ToString (inherited from Bricks.RuntimeFramework.BricksCollection`1) 
TrimExcess (inherited from List`1) Sets the capacity to the actual number of elements in the List`1, if that number is less than a threshold value.
TrueForAll (inherited from List`1) 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

NullWindowItemsMap Class | White.Core.ScreenMap Namespace