Alba.Jaml.XamlGeneration.PropertyShortcuts.GridPropertyShortcut.IsPropertySupported C# (CSharp) Méthode

IsPropertySupported() public méthode

public IsPropertySupported ( JProperty prop ) : bool
prop Newtonsoft.Json.Linq.JProperty
Résultat bool
        public bool IsPropertySupported (JProperty prop)
        {
            return prop.Name == GridPosPropName;
        }