Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Comment
string
System.Net.Cookie.Comment
get
set
Definition at line
63
of file
Cookie.cs
.
64
{
65
get
66
{
67
return
m_comment
;
68
}
69
[
param
:
AllowNull
]
70
set
71
{
72
m_comment
=
value
??
string
.Empty;
73
}
74
}
System.Net.Cookie.m_comment
string m_comment
Definition
Cookie.cs:20
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
Referenced by
System.Net.Cookie.VerifySetDefaults()
.
System
Net
Cookie
Generated by
1.10.0