Class GenericEnumeratorPID<T>
- Namespace
 - PolarStudio
 
- Assembly
 - PolarStudio.dll
 
This class is an implementation of the GenericEnumerator that needs to store elements based on Name and PID (a GUID-like string)
public abstract class GenericEnumeratorPID<T> : GenericEnumerator<T>, IEnumerable where T : class
  Type Parameters
T
- Inheritance
 - 
      
      
      GenericEnumeratorPID<T>
 
- Implements
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Methods
ItemByPID(string)
Returns the item based on the given PID.
public T ItemByPID(string pPID)
  Parameters
pPIDstringThe PID to search for
Returns
- T
 The Item or Nothing if not found.