System.Xml.Schema.XmlSchemaException.SetResourceId C# (CSharp) Method

SetResourceId() private method

private SetResourceId ( string resourceId ) : void
resourceId string
return void
        internal void SetResourceId(string resourceId) {
            this.res = resourceId;
        }