System.Xml.Schema.SchemaElementDecl.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : SchemaElementDecl
return SchemaElementDecl
        public SchemaElementDecl Clone() {
            return (SchemaElementDecl) MemberwiseClone();
        }