mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
------------------------------------------------------------------------ r13498 | ben.clark | 2010-08-20 23:04:52 +0200 (Fri, 20 Aug 2010) | 1 line support for trimmed empty check w/o performing trim (avoid associated copy) ------------------------------------------------------------------------ r13354 | ben.clark | 2010-08-04 23:34:47 +0200 (Wed, 04 Aug 2010) | 1 line fix for ontime 334, 'N#' format support ------------------------------------------------------------------------ r13303 | ben.clark | 2010-08-02 18:53:11 +0200 (Mon, 02 Aug 2010) | 1 line fixed infinite loop in recurive directory delete ------------------------------------------------------------------------ r13222 | ben.clark | 2010-07-22 16:09:51 +0200 (Thu, 22 Jul 2010) | 1 line need to know if an entry is a directory or not, to avoid writing directory entries as files ------------------------------------------------------------------------ r13200 | ben.clark | 2010-07-20 16:13:11 +0200 (Tue, 20 Jul 2010) | 1 line merged back lastindexofany fix ------------------------------------------------------------------------ r12990 | ben.clark | 2010-06-22 04:44:58 +0200 (Tue, 22 Jun 2010) | 1 line new translation needed for PENS
16 lines
637 B
XML
16 lines
637 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="file://C:/Documents%20and%20Settings/kevin.glynn/My%20Documents/CS2JLibrary/Translation.xsd"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Name>System.Net.Mail.MailAddressCollection</Name>
|
|
<Properties>
|
|
<Property>
|
|
<!-- tried inheriting from ICollection and moving this definition there, didn't work so just
|
|
copying this from IDictionary -->
|
|
<Type>System.Int32</Type>
|
|
<Name>Count</Name>
|
|
<Get>${this}.size()</Get>
|
|
</Property>
|
|
</Properties>
|
|
</Class>
|