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));
        }