Adf.Core.Binding.BindManager.UnregisterScope C# (CSharp) Метод

UnregisterScope() публичный статический Метод

public static UnregisterScope ( PropertyInfo property ) : void
property System.Reflection.PropertyInfo
Результат void
        public static void UnregisterScope(PropertyInfo property)
        {
            if (property == null) throw new ArgumentNullException("property");

            StateManager.Personal.Remove(GetKey(property));
        }