Home | History | Annotate | Download | only in csharp

Lines Matching refs:feature

945 #define %csconst(flag)              %feature("cs:const","flag")
946 #define %csconstvalue(value) %feature("cs:constvalue",value)
947 #define %csenum(wrapapproach) %feature("cs:enum","wrapapproach")
948 #define %csmethodmodifiers %feature("cs:methodmodifiers")
949 #define %csnothrowexception %feature("except")
950 #define %csattributes %feature("cs:attributes")