Builderdash.Configuration.ClientConfiguration.OnDeserializeUnrecognizedAttribute C# (CSharp) Method

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
return bool
        protected override bool OnDeserializeUnrecognizedAttribute(string name, string value)
        {
            return true;
        }