Resource Constructor
Initializes a new instance of the
Resource class.
Namespace: DevCase.Core.Application.ResourcesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Resource(
string name,
Object data,
string comment
)
Public Sub New (
name As String,
data As Object,
comment As String
)
Dim name As String
Dim data As Object
Dim comment As String
Dim instance As New Resource(name, data,
comment)
public:
Resource(
String^ name,
Object^ data,
String^ comment
)
new :
name : string *
data : Object *
comment : string -> Resource
No code example is currently available or this language may not be supported.
Parameters
- name String
-
The resource name.
- data Object
-
The resource data.
- comment String
-
The resource comment.