Generische Methode Signatur bei illink.suBstitutions.xml

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Generische Methode Signatur bei illink.suBstitutions.xml

by Anonymous » Yesterday, 13:34

Ich verwende Illink.suBstitutions.xml, um eine trimmbare Assemblerbibliothek zu erstellen.

Code: Select all

namespace NSpace;

public static class NClass
{
public static void NGenericMethod(Boolean condition1, Boolean condition2, TGeneric value, String name) where TGeneric : unmanaged, IEqualityOperators {
// Body
}
}
< /code>
Dies wäre illink.substitutions.xml Beispiel: < /p>








Aber ich werde Warnung il2009: Ich konnte keine Methode finden.>

Top