System.Yaml.YamlNode.ObjectRepository.Status.Status C# (CSharp) 메소드

Status() 공개 메소드

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