Initializes a new instance of the LocalizedCustomTypeDescriptor class

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

Syntax

C#
public LocalizedCustomTypeDescriptor(
	ICustomTypeDescriptor descriptor
)
Visual Basic
Public Sub New ( 
	descriptor As ICustomTypeDescriptor
)
Visual C++
public:
LocalizedCustomTypeDescriptor(
	ICustomTypeDescriptor^ descriptor
)
F#
new : 
        descriptor : ICustomTypeDescriptor -> LocalizedCustomTypeDescriptor

See Also