Builderdash.Configuration.MasterConfiguration.OnDeserializeUnrecognizedAttribute C# (CSharp) Méthode

OnDeserializeUnrecognizedAttribute() protected méthode

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