To make yourself in C#, you would need to create a class that represents yourself, and then define properties and methods that describe your characteristics and behaviors.
Here is an example of a "Person" class in C# that has properties for name, age, and gender, and methods for greeting and introducing oneself:
main.cs360 chars14 lines
To create an instance of the Person class and fill in your own information, you would do something like this:
main.cs112 chars8 lines
This would output:
main.cs76 chars3 lines
gistlibby LogSnag