System.Xml.Schema.XdrBuilder.GroupContent.Copy C# (CSharp) Method

Copy() static private method

static private Copy ( GroupContent other ) : GroupContent
other GroupContent
return GroupContent
            internal static GroupContent Copy(GroupContent other)
            {
                GroupContent g = new GroupContent();
                Copy(other, g);
                return g;
            }
        };

Same methods

XdrBuilder.GroupContent::Copy ( GroupContent from, GroupContent to ) : void
XdrBuilder.GroupContent