Dev2.JPropertyExtensionMethods.IsEnumerable C# (CSharp) Метод

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

public static IsEnumerable ( this property ) : bool
property this
Результат bool
        public static bool IsEnumerable(this JProperty property)
        {
            return property.Value is JArray;
        }