ServiceStack.Host.MetadataTypeExtensions.IsArray C# (CSharp) Method

IsArray() public static method

public static IsArray ( this prop ) : bool
prop this
return bool
        public static bool IsArray(this MetadataPropertyType prop) => 
            prop.Type.IndexOf('[') >= 0;