This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Readonly wrapper for Dictionaries

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class ReadOnlyDictionary<T, U> : <T, U>, 
	<<T, U>>, <<T, U>>, 
	
Visual Basic (Declaration)Copy imageCopy Code
Public Class ReadOnlyDictionary(Of T, U) _
	Implements (Of T, U), (Of (Of T, U)),  _
	(Of (Of T, U)), 

Type Parameters

T
U

Remarks

Changes made to the underlying dictionary are seen by the users of this ReadOnlyDictionary

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..ReadOnlyDictionary<(Of <(<'T, U>)>)>
    Smartsite.Data..::..VersionStore..::..MappingDictionary

See Also

Advanced