Namespace: DeltaEngine.Editor.ProjectCreatorAssembly: DeltaEngine.Editor.ProjectCreator (in DeltaEngine.Editor.ProjectCreator.dll) Version: 1.1.1.0 (1.1.1)
public Replacement(
string oldValue,
string newValue
)
public Replacement(
string oldValue,
string newValue
)
Public Sub New (
oldValue As String,
newValue As String
)
Public Sub New (
oldValue As String,
newValue As String
)
public:
Replacement(
String^ oldValue,
String^ newValue
)
public:
Replacement(
String^ oldValue,
String^ newValue
)
new :
oldValue : string *
newValue : string -> Replacement
new :
oldValue : string *
newValue : string -> Replacement