Ans: Two types of indexes are there one is clustered index and non-clustered index
element-type this[int index] { // The get accessor. get { // return the value specified by index } // The set accessor. set { // set the value specified by index } }
No comments:
Post a Comment