System.Yaml.YamlNode.ObjectRepository.Status.Status C# (CSharp) Method

Status() public method

public Status ( int c ) : System.Collections.Generic
c int
return System.Collections.Generic
                public Status(int c)
                {
                    count= c;
                }
YamlNode.ObjectRepository.Status