System.Xaml.XamlObjectWriterInternal.XamlObjectWriterInternal C# (CSharp) 메소드

XamlObjectWriterInternal() 공개 메소드

public XamlObjectWriterInternal ( XamlObjectWriter source, XamlSchemaContext schemaContext, XamlWriterStateManager manager ) : System
source XamlObjectWriter
schemaContext XamlSchemaContext
manager XamlWriterStateManager
리턴 System
		public XamlObjectWriterInternal (XamlObjectWriter source, XamlSchemaContext schemaContext, XamlWriterStateManager manager)
			: base (schemaContext, manager)
		{
			this.source = source;
			this.sctx = schemaContext;
		}