Skip to content

Instantly share code, notes, and snippets.

@marek-safar
Created October 14, 2020 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marek-safar/4f028f30ef29f4228f501fd18dd11302 to your computer and use it in GitHub Desktop.
Save marek-safar/4f028f30ef29f4228f501fd18dd11302 to your computer and use it in GitHub Desktop.
class Foo
{
[DynamicDependency ("v1")]
[DynamicDependency ("v2")]
[DynamicDependency ("v3")]
[DynamicDependency ("Method")]
int Foo;
string v1;
long v2;
uint v3;
void Method ()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment