1 implementation of First
mscorlib (1)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
162
public IIterator<IKeyValuePair<TKey, TValue>>
First
()
3 references to First
mscorlib (3)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (2)
369
return new IteratorOfTToIteratorAdapter<T>(_vectorView.
First
());
541
return new IteratorOfTToIteratorAdapter<T2>(GetVectorViewOfT().
First
());
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (1)
42
return new IteratorToEnumeratorAdapter<T>(_this.
First
());