Delegate MRefNormalDelegate
Delegate in the namespace
Namespace: CatLibrary
Assembly: CatLibrary.dll
Syntax
public delegate void MRefNormalDelegate(List<string> pics, out string name);
Parameters
Type | Name | Description |
---|---|---|
List<String> | pics | a name list of pictures. |
String | name | give out the needed name. |