'Declaration Public Overridable Function GetStates( _
ByVal splitByUserNameA value indicating whether states must be splitted by user name.As Boolean _
) As Comment[]
public virtual Comment[] GetStates(
bool splitByUserName
)
public: virtual Comment*[] GetStates(
bool splitByUserName
)
public:
virtual Comment^[] GetStates(
bool splitByUserName
)
Parameters
- splitByUserName
- A value indicating whether states must be splitted by user name.
Return Value
An array that contains states of this comment.