Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public sealed class LocalizedCustomTypeDescriptor : CustomTypeDescriptor
Visual Basic
Public NotInheritable Class LocalizedCustomTypeDescriptor
	Inherits CustomTypeDescriptor
Visual C++
public ref class LocalizedCustomTypeDescriptor sealed : public CustomTypeDescriptor
F#
[<SealedAttribute>]
type LocalizedCustomTypeDescriptor =  
    class
        inherit CustomTypeDescriptor
    end

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..CustomTypeDescriptor
    MonoSoftware.Core..::..LocalizedCustomTypeDescriptor

See Also