C# interfaces method{get;} mean? -


i'm beginner in oop, have problem interfaces method has "get" parameters within, code below

vector2 terrain {get;} 

what "get" mean?? method return value get?? thanks

it's "shorthand" syntax "getter". google oo getter , setter are. there better explainations getters/setters can write here.

for example: http://www.dotnetperls.com/property


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -