[This is preliminary documentation and is subject to change.]
Encapsulates any object and makes it read-only
Namespace: Tools.ComponentModelTAssembly: 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
Supports both - TypeDescriptor and ICustomTypeDescriptor