[[
learning:exam70-536:specialstring
]]
David Cumps
You are here:
start
»
learning
»
learning:exam70-536
»
learning:exam70-536:specialstring
Table of Contents
Specialized String classes
Overview
Good practice
Specialized String classes
Overview
StringCollection
Acts as a strongly typed
ArrayList
of strings. Equivalent to List<string> with generics.
StringDictionary
Acts as a strongly typed
Hashtable
of strings. Equivalent to Dictionary<string> with generics.
Good practice
When possible, use a
List<string>
or
Dictionary<string, string>
instead.
learning/exam70-536/specialstring.txt · Last modified: 2008/09/16 15:45 by david
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported