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