public sealed class DsPropertyCollection : IReadOnlyDictionary<string, Object>,
IReadOnlyCollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IEnumerablePublic NotInheritable Class DsPropertyCollection
Implements IReadOnlyDictionary(Of String, Object),
IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)),
IEnumerablepublic ref class DsPropertyCollection sealed : IReadOnlyDictionary<String^, Object^>,
IReadOnlyCollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IEnumerable[<SealedAttribute>]
type DsPropertyCollection =
class
interface IReadOnlyDictionary<string, Object>
interface IReadOnlyCollection<KeyValuePair<string, Object>>
interface IEnumerable<KeyValuePair<string, Object>>
interface IEnumerable
end| DsPropertyCollection | Initializes a new instance of the DsPropertyCollection class |
| ContainsKey | |
| Equals | (Inherited from Object) |
| GetDsCollectionValueTValue | Gets non-nullable collection value from property collection. An empty array is returned if key doesn't exist in dictionary or actual value is of different type. This method doesn't throw any exceptions. |
| GetDsScalarValueTValue | Gets non-nullable value from property collection. A default value is returned if key doesn't exist in dictionary or actual value is of different type. This method doesn't throw any exceptions. |
| GetEnumerator | |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |
| TryGetValue |