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