Skybound.Gecko.GeckoComment.GeckoComment C# (CSharp) 메소드

GeckoComment() 개인적인 메소드

private GeckoComment ( nsIDOMComment comment ) : System
comment nsIDOMComment
리턴 System
        internal GeckoComment(nsIDOMComment comment)
            : base(comment)
        {
            DomComment = comment;
        }