[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / class / System.DirectoryServices / System.DirectoryServices.Design / DirectoryEntryConverter.cs
blob97de92c453e0098a22dd8413af0439ffc8274d6d
1 //
2 // System.DirectoryServices.Design.DirectoryEntryConverter.cs
3 //
4 // Author:
5 // Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2004 Andreas Nahr
8 //
9 //
11 using System.ComponentModel;
13 namespace System.DirectoryServices.Design
16 internal class DirectoryEntryConverter : TypeConverter
19 //TODO IMPLEMENT
20 public DirectoryEntryConverter ()