Amrykid, on 24 Jul, 2009 - 04:24 PM, said:
[email protected], on 24 Jul, 2009 - 05:23 PM, said:
thats just a
get{return;}
set{value;}
thingy.so
get{return;}
set{"Somthing"}
Posted 24 July 2009 - 05:26 PM
Amrykid, on 24 Jul, 2009 - 04:24 PM, said:
[email protected], on 24 Jul, 2009 - 05:23 PM, said:
get{return;}
set{value;}
thingy.get{return;}
set{"Somthing"}
Posted 24 July 2009 - 05:28 PM
[email protected], on 24 Jul, 2009 - 05:25 PM, said:
[email protected], on 24 Jul, 2009 - 05:26 PM, said:
Amrykid, on 24 Jul, 2009 - 04:24 PM, said:
[email protected], on 24 Jul, 2009 - 05:23 PM, said:
get{return;}
set{value;}
thingy.get{return;}
set{"Somthing"}
get{return something;} //returns something.
set{something = value;} //Value is what the property is getting set to.
and to be advancedget
{
return something;
} //returns something.
set
{
something = value;
} //Value is what the property is getting set to.
This post has been edited by Amrykid: 24 July 2009 - 05:29 PM
Posted 24 July 2009 - 05:28 PM
Amrykid, on 24 Jul, 2009 - 04:26 PM, said:
[email protected], on 24 Jul, 2009 - 05:25 PM, said:
get{return something;} //returns something.
set{something = "Vall";} //Value is what the property is getting set to.
This post has been edited by [email protected]: 24 July 2009 - 05:30 PM
Posted 24 July 2009 - 05:30 PM
[email protected], on 24 Jul, 2009 - 05:28 PM, said:
Amrykid, on 24 Jul, 2009 - 04:26 PM, said:
[email protected], on 24 Jul, 2009 - 05:25 PM, said:
get{return something;} //returns something.
set{something = "Vall";} //Value is what the property is getting set to.
This post has been edited by Amrykid: 24 July 2009 - 05:32 PM
Posted 24 July 2009 - 05:31 PM
Posted 24 July 2009 - 05:33 PM
[email protected], on 24 Jul, 2009 - 05:31 PM, said:
This post has been edited by Amrykid: 24 July 2009 - 05:34 PM
Posted 24 July 2009 - 05:34 PM
Posted 24 July 2009 - 05:36 PM
[email protected], on 24 Jul, 2009 - 05:34 PM, said:
This post has been edited by Amrykid: 24 July 2009 - 05:37 PM
Posted 24 July 2009 - 05:37 PM
Posted 24 July 2009 - 05:51 PM
Posted 24 July 2009 - 06:18 PM
Posted 24 July 2009 - 06:52 PM
Posted 25 July 2009 - 06:04 AM
[email protected], on 24 Jul, 2009 - 06:52 PM, said:
This post has been edited by Amrykid: 25 July 2009 - 06:17 AM
Posted 25 July 2009 - 06:21 AM
This post has been edited by Amrykid: 25 July 2009 - 06:34 AM
