Share via


RuntimeList Members

A class which represents a runtime list. Supports the XRT infrastructure.

The following tables list the members exposed by the RuntimeList type.

Public Constructors

  Name Description
  RuntimeList Overloaded.  

Top

Public Fields

  Name Description
public field Head The head of the list.
public field Tail The tail of the list.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overridden. Determines whether the specified compound value is equal to the current compound value. (Inherited from Object)
public method GetHashCode  Overridden. Serves as a consistent hash function for a compound value type. (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString Overridden. convert runtime list to string.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

RuntimeList Generic Class
Microsoft.Xrt.Runtime Namespace