ProtocolAddressEditorAttributeGet Method (Type, String) |
Returns the protocol address editor attribute for a protocol, or null.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static ProtocolAddressEditorAttribute? Get(
Type protocol,
string? scheme
)
Parameters
- protocol
- Type: SystemType
The protocol to inspect. - scheme
- Type: SystemString
The protocol scheme.
Return Value
Type:
ProtocolAddressEditorAttributeThe protocol address selector attribute, or null.
See Also