Skip to content

Instantly share code, notes, and snippets.

@NorrinRadd
Created July 10, 2014 07:20
Show Gist options
  • Save NorrinRadd/96ba3aba63e221072c94 to your computer and use it in GitHub Desktop.
Save NorrinRadd/96ba3aba63e221072c94 to your computer and use it in GitHub Desktop.
public class MonoPInvokeCallbackAttribute : System.Attribute
{
private Type type;
public MonoPInvokeCallbackAttribute( Type t ) { type = t; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment