I am moving on to some C # tutorial that says the following:
“After it finds the attribute class, the compiler checks to see if the attribute is allowed for the class. Then it checks the constructor that matches the parameters specified in the attribute use. If it finds it, it instantiates the object by calling the constructor with the specified values
The title of this paragraph is “compilation process”, and this refers to the way the compiler handles attributes. I apologize for not knowing, but don't need to instantiate at runtime?
Thanks.
instantiation c #
user429400
source share