G
Guest
I have a scenario where I am writing a property(using get and set) have to return a member of an object stored in an array of objects! The class user has to pass an index based on which a object i's member is returned from the array.
How will the property be declared in C#?
How will the property be declared in C#?