Data for Silverlight
PropertyCollection Class
Members 

C1.Silverlight.Data Namespace : PropertyCollection Class
Represents a collection of properties that can be added to a DataSet, DataTable, or DataColumn.
Syntax
'Declaration
 
Public Class PropertyCollection 
   Inherits System.Collections.Generic.Dictionary(Of Object,Object)
public class PropertyCollection : System.Collections.Generic.Dictionary<object,object> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      C1.Silverlight.Data.PropertyCollection

See Also

Reference

PropertyCollection Members
C1.Silverlight.Data Namespace