C
csharper
I have been puzzled by this "Of" preposition for some time.
For example, at http://msdn.microsoft.com/en-us/library/0sbxh9x2.aspx , you will see a lot of Of T, Of TKey, TValue in the list of classes in the right frame. For example, Comparer(Of T), Dictionary(Of TKey, TValue).
Interestingly, in the left frame, the "Of" preposition is omitted, so we only see Comparer(T), Dictionary(TKey, TValue).
Why introducing this "Of" to confuse us? What's the rationale of this puzzling "Of"?
For example, at http://msdn.microsoft.com/en-us/library/0sbxh9x2.aspx , you will see a lot of Of T, Of TKey, TValue in the list of classes in the right frame. For example, Comparer(Of T), Dictionary(Of TKey, TValue).
Interestingly, in the left frame, the "Of" preposition is omitted, so we only see Comparer(T), Dictionary(TKey, TValue).
Why introducing this "Of" to confuse us? What's the rationale of this puzzling "Of"?