C# object reference [closed]
i don't know what you call it, but how would i change fields / use methods from an object, with the object i want to call with, a field?
object1.object2.property
You can access object2 as a property of object1, and then access object2's properties just like normal
精彩评论