public virtual IChannelParsingState? State { get; set; }
Public Overridable Property State As IChannelParsingState
Get
Set
public:
virtual property IChannelParsingState^ State {
IChannelParsingState^ get ();
void set (IChannelParsingState^ value);
}
function get_State();
function set_State(value);