CCNet.Build.Reconfigure.CCNetConfigExtensions.Comment C# (CSharp) 메소드

Comment() 공개 정적인 메소드

public static Comment ( this writer, string text ) : void
writer this
text string
리턴 void
		public static void Comment(this XmlWriter writer, string text)
		{
			writer.WriteComment(String.Format(" {0} ", text));
		}