Dev2.Runtime.ServiceModel.Data.RecordsetNode.RecordsetNode C# (CSharp) Method

RecordsetNode() public method

public RecordsetNode ( ) : System.Collections.Generic
return System.Collections.Generic
        public RecordsetNode()
        {
            MyProps = new Dictionary<string, IPath>();
            ChildNodes = new List<RecordsetNode>();
        }
RecordsetNode