Method | Description | |
---|---|---|
AssignTextWriter ( |
Assigns the appropriate TextWriter to the specified SerializerCodeInformation based on the argument and the method of this object.
|
|
ForIndividualFile ( ) : |
Gets a pre-defined CodeGenerationSink object which assigns individual TextWriter for files toward each codes.
|
|
ForSpecifiedTextWriter ( |
Gets a pre-defined CodeGenerationSink object which assigns specified TextWriter toward all codes.
|
Method | Description | |
---|---|---|
AssignTextWriterCore ( |
Assigns the appropriate TextWriter to the specified SerializerCodeInformation based on the argument and the method of this object.
|
|
CodeGenerationSink ( ) : System |
Initializes a new instance of the CodeGenerationSink class.
|
public AssignTextWriter ( |
||
codeInformation |
/// The |
|
return | void |
protected abstract AssignTextWriterCore ( |
||
codeInformation |
/// The |
|
return | void |
public static ForIndividualFile ( ) : |
||
return |
public static ForSpecifiedTextWriter ( |
||
writer | The |
|
return |