Skip to content

Instantly share code, notes, and snippets.

@mattumotu
Created December 3, 2018 13:58
Show Gist options
  • Save mattumotu/01018aa7fb3bf00cdeafc9d6d1589564 to your computer and use it in GitHub Desktop.
Save mattumotu/01018aa7fb3bf00cdeafc9d6d1589564 to your computer and use it in GitHub Desktop.
public class simpleExample<T> {
private T myVar;
public T myProp { get; set; }
public T myMethod1() { ... }
public void myMethod2(T arg) { ... }
public T myMethod3(T arg) { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment