BuildIt.CognitiveServices.Models.ICatalogLine.ICatalogLine C# (CSharp) Method

ICatalogLine() public method

Initializes a new instance of the ICatalogLine class.
public ICatalogLine ( ) : System.Linq
return System.Linq
        public ICatalogLine() { }

Same methods

ICatalogLine::ICatalogLine ( string id = default(string), string name = default(string), string category = default(string), string description = default(string), System features = default(System.Collections.Generic.IList<ItemFeature>), string metadata = default(string) ) : System.Linq
ICatalogLine