Beispiel #1
0
		void Add(TypeSig type) {
			Add(type.GetFullName());
		}
 void add(TypeSig type)
 {
     add(type.GetFullName());
 }