S
Sukh
How can I create a property in a class which can store value like
array. something like following
string []strName = new string[5];
public StrName[6]
{
get{ return strName;}
set{ strName=value;
}
this is just a sample...
I hv one options indexers but is it possible i can use mulitple indexer
and multiple properties in a class
can any help...
Thanks..
Sukh.
array. something like following
string []strName = new string[5];
public StrName[6]
{
get{ return strName;}
set{ strName=value;
}
this is just a sample...
I hv one options indexers but is it possible i can use mulitple indexer
and multiple properties in a class
can any help...
Thanks..
Sukh.