[This is preliminary documentation and is subject to change.]

Encapsulates any object and makes it read-only

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public sealed class ReadOnlyObject : ICustomTypeDescriptor
Visual Basic
Public NotInheritable Class ReadOnlyObject _
	Implements ICustomTypeDescriptor
Visual C++
public ref class ReadOnlyObject sealed : ICustomTypeDescriptor
F#
[<SealedAttribute>]
type ReadOnlyObject =  
    class
        interface ICustomTypeDescriptor
    end
JScript
public final class ReadOnlyObject implements ICustomTypeDescriptor

Remarks

Inheritance Hierarchy

System..::..Object
  Tools.ComponentModelT..::..ReadOnlyObject

See Also