Builderdash.Configuration.ClientConfiguration.OnDeserializeUnrecognizedAttribute C# (CSharp) 메소드

OnDeserializeUnrecognizedAttribute() 보호된 메소드

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